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:
parent
7e0ed43287
commit
71ea506d3d
4 changed files with 18 additions and 20 deletions
|
@ -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]
|
||||
|
|
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue