Bump tracing to get the instrumentation perf improvement

This commit is contained in:
Oli Scherer 2021-10-02 08:22:03 +00:00
parent 6f608ced6f
commit 69274aa549
2 changed files with 7 additions and 7 deletions

View file

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