]> 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 d586b376d45b69570ead0be0ee0e0e69af30bb77..cd792d31187bd865d4b4257482890d3b7d1ec760 100644 (file)
@@ -11,6 +11,7 @@ crate-type = ["dylib"]
 
 [dependencies]
 ena = "0.13"
+indexmap = "1"
 log = "0.4"
 jobserver_crate = { version = "0.1.13", package = "jobserver" }
 lazy_static = "1"
@@ -19,8 +20,8 @@ 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"] }