Skip to content

Commit bb6990c

Browse files
committed
Bump tracing
1 parent 50f990c commit bb6990c

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/flycheck/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ doctest = false
1111

1212
[dependencies]
1313
crossbeam-channel = "0.5.5"
14-
tracing = "0.1.35"
14+
tracing = "0.1.37"
1515
cargo_metadata = "0.15.0"
1616
rustc-hash = "1.1.0"
1717
serde = { version = "1.0.137", features = ["derive"] }

crates/hir-ty/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ limit = { path = "../limit", version = "0.0.0" }
3737
test-utils = { path = "../test-utils" }
3838
expect-test = "1.4.0"
3939
tracing = "0.1.35"
40-
tracing-subscriber = { version = "0.3.14", default-features = false, features = [
40+
tracing-subscriber = { version = "0.3.16", default-features = false, features = [
4141
"env-filter",
4242
"registry",
4343
] }

crates/proc-macro-api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ object = { version = "0.29.0", default-features = false, features = [
1919
] }
2020
serde = { version = "1.0.137", features = ["derive"] }
2121
serde_json = { version = "1.0.81", features = ["unbounded_depth"] }
22-
tracing = "0.1.35"
22+
tracing = "0.1.37"
2323
memmap2 = "0.5.4"
2424
snap = "1.0.5"
2525

crates/rust-analyzer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ num_cpus = "1.13.1"
3636
mimalloc = { version = "0.1.29", default-features = false, optional = true }
3737
lsp-server = { version = "0.7.0", path = "../../lib/lsp-server" }
3838
tracing = "0.1.35"
39-
tracing-subscriber = { version = "0.3.14", default-features = false, features = [
39+
tracing-subscriber = { version = "0.3.16", default-features = false, features = [
4040
"env-filter",
4141
"registry",
4242
"fmt",

0 commit comments

Comments
 (0)