Bump log from 0.4.16 to 0.4.17 (#624)

This commit is contained in:
dependabot[bot] 2022-05-13 16:01:06 +00:00 committed by GitHub
parent 8332d668e0
commit 59ea51f391
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -919,9 +919,9 @@ dependencies = [
[[package]]
name = "log"
version = "0.4.16"
version = "0.4.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6389c490849ff5bc16be905ae24bc913a9c8892e19b2341dbc175e14c341c2b8"
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
dependencies = [
"cfg-if 1.0.0",
]

View file

@ -47,7 +47,7 @@ fuzzy-matcher = { version = "0.3.7", optional = true }
html2md = { version = "0.2.13", optional = true }
im = "15.1.0"
itertools = "0.10.1"
log = "0.4.16"
log = "0.4.17"
logos = "0.12.0"
lsp-server = "0.6.0"
lsp-types = "0.93.0"