]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_interface/Cargo.toml
Rollup merge of #83055 - aDotInTheVoid:selective-strip-item-doc, r=jyn514
[rust.git] / compiler / rustc_interface / Cargo.toml
index cfe98a630c1beb8dcb460c898768562753d371c8..3bfe8da505f1c61dac8f06bcb648be1a4a4d8b32 100644 (file)
@@ -10,8 +10,8 @@ doctest = false
 [dependencies]
 libc = "0.2"
 tracing = "0.1"
-rustc-rayon-core = "0.3.0"
-rayon = { version = "0.3.0", package = "rustc-rayon" }
+rustc-rayon-core = "0.3.1"
+rayon = { version = "0.3.1", package = "rustc-rayon" }
 smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }
 rustc_ast = { path = "../rustc_ast" }
 rustc_attr = { path = "../rustc_attr" }