Skip to content

Commit d83620a

Browse files
committed
Bump tracing-tree
1 parent f53368d commit d83620a

File tree

4 files changed

+6
-26
lines changed

4 files changed

+6
-26
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ smallvec = { version = "1.10.0", features = [
9898
"const_generics",
9999
] }
100100
tracing = "0.1.40"
101+
tracing-tree = "0.2.5"
101102
smol_str = "0.2.0"
102103
nohash-hasher = "0.2.0"
103104
text-size = "1.1.0"

crates/hir-ty/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ tracing.workspace = true
5151
tracing-subscriber = { version = "0.3.16", default-features = false, features = [
5252
"registry",
5353
] }
54-
tracing-tree = "0.2.1"
54+
tracing-tree.workspace = true
5555
project-model = { path = "../project-model" }
5656

5757
# local deps

crates/rust-analyzer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ tracing-subscriber = { version = "0.3.16", default-features = false, features =
4242
"tracing-log",
4343
] }
4444
tracing-log = "0.1.3"
45-
tracing-tree = "0.2.1"
45+
tracing-tree.workspace = true
4646
triomphe.workspace = true
4747
nohash-hasher.workspace = true
4848
always-assert = "0.1.2"

0 commit comments

Comments
 (0)