Skip to content

Commit 2dbdaa2

Browse files
committed
Bump tracing-subscriber
1 parent d83620a commit 2dbdaa2

File tree

4 files changed

+23
-13
lines changed

4 files changed

+23
-13
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,11 @@ smallvec = { version = "1.10.0", features = [
9999
] }
100100
tracing = "0.1.40"
101101
tracing-tree = "0.2.5"
102+
tracing-subscriber = { version = "0.3.18", default-features = false, features = [
103+
"registry",
104+
"fmt",
105+
"tracing-log",
106+
] }
102107
smol_str = "0.2.0"
103108
nohash-hasher = "0.2.0"
104109
text-size = "1.1.0"

crates/hir-ty/Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,7 @@ limit.workspace = true
4848
[dev-dependencies]
4949
expect-test = "1.4.0"
5050
tracing.workspace = true
51-
tracing-subscriber = { version = "0.3.16", default-features = false, features = [
52-
"registry",
53-
] }
51+
tracing-subscriber.workspace = true
5452
tracing-tree.workspace = true
5553
project-model = { path = "../project-model" }
5654

crates/rust-analyzer/Cargo.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,7 @@ num_cpus = "1.15.0"
3636
mimalloc = { version = "0.1.30", default-features = false, optional = true }
3737
lsp-server.workspace = true
3838
tracing.workspace = true
39-
tracing-subscriber = { version = "0.3.16", default-features = false, features = [
40-
"registry",
41-
"fmt",
42-
"tracing-log",
43-
] }
39+
tracing-subscriber.workspace = true
4440
tracing-log = "0.1.3"
4541
tracing-tree.workspace = true
4642
triomphe.workspace = true

0 commit comments

Comments
 (0)