]> 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 945b2a8e9a80e75c8f011041f45f20264ce46a9a..3c9b6f5006d590f1c9ab7c8e58fa54561b4d7879 100644 (file)
@@ -10,7 +10,7 @@ path = "lib.rs"
 arrayvec = { version = "0.7", default-features = false }
 pulldown-cmark = { version = "0.8", default-features = false }
 minifier = "0.0.41"
-rayon = { version = "0.3.0", package = "rustc-rayon" }
+rayon = "1.3.1"
 serde = { version = "1.0", features = ["derive"] }
 serde_json = "1.0"
 smallvec = "1.6.1"
@@ -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"]