mirror of
https://github.com/latex-lsp/texlab.git
synced 2025-12-23 09:19:21 +00:00
Bump log from 0.4.16 to 0.4.17 (#624)
This commit is contained in:
parent
8332d668e0
commit
59ea51f391
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -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",
|
||||
]
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue