summary refs log tree commit diff
path: root/compiler/rustc_query_system
diff options
context:
space:
mode:
authorJosh Stone <jistone@redhat.com>2022-01-10 11:34:07 -0800
committerJosh Stone <jistone@redhat.com>2022-01-10 11:34:07 -0800
commitf3b8812f2473b49453e79c3f57acf4fa4c2ca227 (patch)
tree03b2103b3c8de8d6eded348c9c7647a5513d467f /compiler/rustc_query_system
parent89b9f7b284aacc5f8613438b80e4dd7bdd10549e (diff)
downloadrust-f3b8812f2473b49453e79c3f57acf4fa4c2ca227.tar.gz
rust-f3b8812f2473b49453e79c3f57acf4fa4c2ca227.zip
Update rayon and rustc-rayon
Diffstat (limited to 'compiler/rustc_query_system')
-rw-r--r--compiler/rustc_query_system/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_query_system/Cargo.toml b/compiler/rustc_query_system/Cargo.toml
index 898a8caa3ca..79f791eb754 100644
--- a/compiler/rustc_query_system/Cargo.toml
+++ b/compiler/rustc_query_system/Cargo.toml
@@ -9,7 +9,7 @@ doctest = false
 [dependencies]
 rustc_arena = { path = "../rustc_arena" }
 tracing = "0.1"
-rustc-rayon-core = "0.3.1"
+rustc-rayon-core = "0.3.2"
 rustc_ast = { path = "../rustc_ast" }
 rustc_data_structures = { path = "../rustc_data_structures" }
 rustc_errors = { path = "../rustc_errors" }