summaryrefslogtreecommitdiffstats
path: root/vendor/rayon/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/rayon/Cargo.toml')
-rw-r--r--vendor/rayon/Cargo.toml9
1 files changed, 3 insertions, 6 deletions
diff --git a/vendor/rayon/Cargo.toml b/vendor/rayon/Cargo.toml
index 4a208bc77..9b0e7b676 100644
--- a/vendor/rayon/Cargo.toml
+++ b/vendor/rayon/Cargo.toml
@@ -11,9 +11,9 @@
[package]
edition = "2021"
-rust-version = "1.56"
+rust-version = "1.59"
name = "rayon"
-version = "1.6.1"
+version = "1.7.0"
authors = [
"Niko Matsakis <niko@alum.mit.edu>",
"Josh Stone <cuviper@gmail.com>",
@@ -43,10 +43,7 @@ version = "1.0"
default-features = false
[dependencies.rayon-core]
-version = "1.10.0"
-
-[dev-dependencies.lazy_static]
-version = "1"
+version = "1.11.0"
[dev-dependencies.rand]
version = "0.8"