diff options
Diffstat (limited to '')
-rw-r--r-- | vendor/rayon/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vendor/rayon/Cargo.toml b/vendor/rayon/Cargo.toml index 9b0e7b676..d9f8345ed 100644 --- a/vendor/rayon/Cargo.toml +++ b/vendor/rayon/Cargo.toml @@ -11,9 +11,9 @@ [package] edition = "2021" -rust-version = "1.59" +rust-version = "1.63" name = "rayon" -version = "1.7.0" +version = "1.8.0" authors = [ "Niko Matsakis <niko@alum.mit.edu>", "Josh Stone <cuviper@gmail.com>", @@ -43,7 +43,7 @@ version = "1.0" default-features = false [dependencies.rayon-core] -version = "1.11.0" +version = "1.12.0" [dev-dependencies.rand] version = "0.8" |