diff options
| author | bors <bors@rust-lang.org> | 2021-10-05 12:52:43 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2021-10-05 12:52:43 +0000 |
| commit | 25ec8273855fde2d72ae877b397e054de5300e10 (patch) | |
| tree | 134880c36528b76c1e20ab7fdd20f18f3904bd2b /compiler | |
| parent | 55111d656f7ecd511ebfad09d3b4b41e44cbcc23 (diff) | |
| parent | 69274aa549188a095e3da63fadbe546e92093968 (diff) | |
| download | rust-25ec8273855fde2d72ae877b397e054de5300e10.tar.gz rust-25ec8273855fde2d72ae877b397e054de5300e10.zip | |
Auto merge of #89363 - oli-obk:in_tracing_we_trust, r=Mark-Simulacrum
Fix performance regression with #[instrument] linked tracing PR: https://github.com/tokio-rs/tracing/pull/1600 regression introduced by #89048
Diffstat (limited to 'compiler')
| -rw-r--r-- | compiler/rustc_driver/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_driver/Cargo.toml b/compiler/rustc_driver/Cargo.toml index 6721e00027d..ce3a3f5a3a2 100644 --- a/compiler/rustc_driver/Cargo.toml +++ b/compiler/rustc_driver/Cargo.toml @@ -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" } |
