about summary refs log tree commit diff
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
commit8f9b158df31df41d68dfb928c1eee4c970ab6e54 (patch)
tree1fe6696d66dd338adffddd1a2ef1de7da6e20b31
parentc8ea0420cb6ce2262a93a919c2bb70378f5cd3ae (diff)
downloadrust-8f9b158df31df41d68dfb928c1eee4c970ab6e54.tar.gz
rust-8f9b158df31df41d68dfb928c1eee4c970ab6e54.zip
Update rayon and rustc-rayon
-rw-r--r--lintcheck/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lintcheck/Cargo.toml b/lintcheck/Cargo.toml
index f33f1b65eab..c694037021a 100644
--- a/lintcheck/Cargo.toml
+++ b/lintcheck/Cargo.toml
@@ -13,7 +13,7 @@ publish = false
 clap = "2.33"
 flate2 = "1.0"
 fs_extra = "1.2"
-rayon = "1.5"
+rayon = "1.5.1"
 serde = { version = "1.0", features = ["derive"] }
 serde_json = "1.0"
 tar = "0.4"