Bump tracing to get the instrumentation perf improvement
This commit is contained in:
parent
6f608ced6f
commit
69274aa549
2 changed files with 7 additions and 7 deletions
|
@ -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" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue