]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_data_structures/Cargo.toml
Auto merge of #61361 - estebank:infer-type, r=varkor
[rust.git] / src / librustc_data_structures / Cargo.toml
index 63e44d82a28c3df7517a3ae21ab6eb32e06ab5c2..cd792d31187bd865d4b4257482890d3b7d1ec760 100644 (file)
@@ -11,16 +11,17 @@ crate-type = ["dylib"]
 
 [dependencies]
 ena = "0.13"
+indexmap = "1"
 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"] }