]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_driver/Cargo.toml
Rollup merge of #90143 - camelid:tidy-2021-followup, r=Mark-Simulacrum
[rust.git] / compiler / rustc_driver / Cargo.toml
index 6721e00027d42383889284dc3898a919827e2a06..ce3a3f5a3a2124a390ade3b98bff9a33c74940fa 100644 (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" }