summaryrefslogtreecommitdiff
path: root/compiler/rustc_query_impl
diff options
context:
space:
mode:
authorJohn Kåre Alsaker <john.kare.alsaker@gmail.com>2023-03-25 02:12:13 +0100
committerJohn Kåre Alsaker <john.kare.alsaker@gmail.com>2023-03-25 02:12:13 +0100
commit27c44d2e28d9e1e38526dd52ac2f07336aabe254 (patch)
treeb18b995e9255c543f36059f62eaf2397bd4a4051 /compiler/rustc_query_impl
parenta1f48047bf99b0cdc423924c9a09b0759193f9a0 (diff)
downloadrust-27c44d2e28d9e1e38526dd52ac2f07336aabe254.tar.gz
Update indexmap and rayon crates
Diffstat (limited to 'compiler/rustc_query_impl')
-rw-r--r--compiler/rustc_query_impl/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_query_impl/Cargo.toml b/compiler/rustc_query_impl/Cargo.toml
index 3e8a88c7e81..b107a3f03fe 100644
--- a/compiler/rustc_query_impl/Cargo.toml
+++ b/compiler/rustc_query_impl/Cargo.toml
@@ -16,7 +16,7 @@ rustc_index = { path = "../rustc_index" }
rustc_macros = { path = "../rustc_macros" }
rustc_middle = { path = "../rustc_middle" }
rustc_query_system = { path = "../rustc_query_system" }
-rustc-rayon-core = { version = "0.4.0", optional = true }
+rustc-rayon-core = { version = "0.5.0", optional = true }
rustc_serialize = { path = "../rustc_serialize" }
rustc_session = { path = "../rustc_session" }
rustc_span = { path = "../rustc_span" }