1
Fork 0

bump tracing-tree to 0.3

Only change is https://github.com/davidbarsky/tracing-tree/pull/76
dedupes tracing-log
dupes nu-ansi-term
This commit is contained in:
klensy 2024-03-30 17:39:43 +03:00
parent 7e0ed43287
commit 71ea506d3d
4 changed files with 18 additions and 20 deletions

View file

@ -8,7 +8,7 @@ edition = "2021"
tracing = "0.1.28"
tracing-core = "=0.1.30" # FIXME(Nilstrieb) tracing has a deadlock: https://github.com/tokio-rs/tracing/issues/2635
tracing-subscriber = { version = "0.3.3", default-features = false, features = ["fmt", "env-filter", "smallvec", "parking_lot", "ansi"] }
tracing-tree = "0.2.0"
tracing-tree = "0.3.0"
# tidy-alphabetical-end
[dev-dependencies]

View file

@ -24,7 +24,7 @@ tracing = "0.1"
[dev-dependencies]
tracing-subscriber = { version = "0.3.3", default-features = false, features = ["fmt", "env-filter", "ansi"] }
tracing-tree = "0.2.0"
tracing-tree = "0.3.0"
[features]
default = ["rustc"]