summary refs log tree commit diff
path: root/compiler/rustc_interface
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_interface
parent89b9f7b284aacc5f8613438b80e4dd7bdd10549e (diff)
downloadrust-f3b8812f2473b49453e79c3f57acf4fa4c2ca227.tar.gz
rust-f3b8812f2473b49453e79c3f57acf4fa4c2ca227.zip
Update rayon and rustc-rayon
Diffstat (limited to 'compiler/rustc_interface')
-rw-r--r--compiler/rustc_interface/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/rustc_interface/Cargo.toml b/compiler/rustc_interface/Cargo.toml
index f5823e521b9..e31119c1292 100644
--- a/compiler/rustc_interface/Cargo.toml
+++ b/compiler/rustc_interface/Cargo.toml
@@ -10,8 +10,8 @@ doctest = false
 libc = "0.2"
 libloading = "0.7.1"
 tracing = "0.1"
-rustc-rayon-core = "0.3.1"
-rayon = { version = "0.3.1", package = "rustc-rayon" }
+rustc-rayon-core = "0.3.2"
+rayon = { version = "0.3.2", package = "rustc-rayon" }
 smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }
 rustc_ast = { path = "../rustc_ast" }
 rustc_attr = { path = "../rustc_attr" }