]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_data_structures/Cargo.toml
Rollup merge of #61389 - Zoxc:arena-cleanup, r=eddyb
[rust.git] / src / librustc_data_structures / Cargo.toml
index 63e44d82a28c3df7517a3ae21ab6eb32e06ab5c2..5f3bac866d6a786ff9bed2bc8cd3e1f248f5a007 100644 (file)
@@ -12,15 +12,15 @@ crate-type = ["dylib"]
 [dependencies]
 ena = "0.13"
 log = "0.4"
-jobserver_crate = { version = "0.1", package = "jobserver" }
+jobserver_crate = { version = "0.1.13", package = "jobserver" }
 lazy_static = "1"
 rustc_cratesio_shim = { path = "../librustc_cratesio_shim" }
 serialize = { path = "../libserialize" }
 graphviz = { path = "../libgraphviz" }
 cfg-if = "0.1.2"
 stable_deref_trait = "1.0.0"
-rayon = { version = "0.1.2", package = "rustc-rayon" }
-rayon-core = { version = "0.1.2", package = "rustc-rayon-core" }
+rayon = { version = "0.2.0", package = "rustc-rayon" }
+rayon-core = { version = "0.2.0", package = "rustc-rayon-core" }
 rustc-hash = "1.0.1"
 smallvec = { version = "0.6.7", features = ["union", "may_dangle"] }