]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_data_structures/Cargo.toml
Merge commit '57b3c4b90f4346b3990c1be387c3b3ca7b78412c' into clippyup
[rust.git] / compiler / rustc_data_structures / Cargo.toml
index 2bb9d6c189314082a6ea56319eb981f11f41a362..ad296c97659d209e1978816e7788a7e362bc9f66 100644 (file)
@@ -9,7 +9,7 @@ doctest = false
 [dependencies]
 arrayvec = { version = "0.7", default-features = false }
 ena = "0.14"
-indexmap = "1.5.1"
+indexmap = { version = "1.8.0", features = ["rustc-rayon"] }
 tracing = "0.1"
 jobserver_crate = { version = "0.1.13", package = "jobserver" }
 rustc_serialize = { path = "../rustc_serialize" }