Bump tracing-log

This commit is contained in:
Laurențiu Nicola 2023-11-15 13:25:19 +02:00
parent 1fc056ec93
commit c4dfa06b9d
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -1601,7 +1601,7 @@ dependencies = [
"tikv-jemallocator",
"toolchain",
"tracing",
"tracing-log 0.1.3",
"tracing-log 0.2.0",
"tracing-subscriber",
"tracing-tree",
"triomphe",

View file

@ -37,7 +37,7 @@ mimalloc = { version = "0.1.30", default-features = false, optional = true }
lsp-server.workspace = true
tracing.workspace = true
tracing-subscriber.workspace = true
tracing-log = "0.1.3"
tracing-log = "0.2.0"
tracing-tree.workspace = true
triomphe.workspace = true
nohash-hasher.workspace = true