]> git.lizzy.rs Git - rust.git/blobdiff - src/librustdoc/Cargo.toml
Rollup merge of #90625 - Milo123459:ref-unwind-safe, r=dtolnay
[rust.git] / src / librustdoc / Cargo.toml
index 268905bcb5339f9d45a3b12e7beb78fccc8934b8..3c9b6f5006d590f1c9ab7c8e58fa54561b4d7879 100644 (file)
@@ -19,11 +19,11 @@ itertools = "0.9"
 regex = "1"
 rustdoc-json-types = { path = "../rustdoc-json-types" }
 tracing = "0.1"
-tracing-tree = "0.1.9"
+tracing-tree = "0.2.0"
 tera = { version = "1.10.0", default-features = false }
 
 [dependencies.tracing-subscriber]
-version = "0.2.13"
+version = "0.3.3"
 default-features = false
 features = ["fmt", "env-filter", "smallvec", "parking_lot", "ansi"]