]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_data_structures/Cargo.toml
Rollup merge of #92780 - b-naber:postpone-const-eval-coherence, r=lcnr
[rust.git] / compiler / rustc_data_structures / Cargo.toml
index e3395df35908c847c1c83f6fa5501483a828ece0..2bb9d6c189314082a6ea56319eb981f11f41a362 100644 (file)
@@ -17,8 +17,8 @@ rustc_macros = { path = "../rustc_macros" }
 rustc_graphviz = { path = "../rustc_graphviz" }
 cfg-if = "0.1.2"
 stable_deref_trait = "1.0.0"
-rayon = { version = "0.3.1", package = "rustc-rayon" }
-rayon-core = { version = "0.3.1", package = "rustc-rayon-core" }
+rayon = { version = "0.3.2", package = "rustc-rayon" }
+rayon-core = { version = "0.3.2", package = "rustc-rayon-core" }
 rustc-hash = "1.1.0"
 smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }
 rustc_index = { path = "../rustc_index", package = "rustc_index" }