Upgrade tracing-subscriber

This commit is contained in:
pierwill 2021-12-22 10:14:06 -06:00
parent ea25b779eb
commit 155a4a87af
4 changed files with 10 additions and 36 deletions

View file

@ -10,7 +10,7 @@ crate-type = ["dylib"]
libc = "0.2"
atty = "0.2"
tracing = { version = "0.1.28" }
tracing-subscriber = { version = "0.2.16", default-features = false, features = ["fmt", "env-filter", "smallvec", "parking_lot", "ansi"] }
tracing-subscriber = { version = "0.3.3", default-features = false, features = ["fmt", "env-filter", "smallvec", "parking_lot", "ansi"] }
tracing-tree = "0.2.0"
rustc_middle = { path = "../rustc_middle" }
rustc_ast_pretty = { path = "../rustc_ast_pretty" }