build(deps): bump rayon from 1.6.1 to 1.7.0 (#6268)

Bumps [rayon](https://github.com/rayon-rs/rayon) from 1.6.1 to 1.7.0.
- [Release notes](https://github.com/rayon-rs/rayon/releases)
- [Changelog](https://github.com/rayon-rs/rayon/blob/master/RELEASES.md)
- [Commits](https://github.com/rayon-rs/rayon/compare/rayon-core-v1.6.1...rayon-core-v1.7.0)

---
updated-dependencies:
- dependency-name: rayon
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-03-07 14:22:51 +00:00 committed by GitHub
parent 5f5b5352fa
commit fc96bfe370
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 10 additions and 10 deletions

View File

@ -3332,9 +3332,9 @@ dependencies = [
[[package]]
name = "rayon"
version = "1.6.1"
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6db3a213adf02b3bcfd2d3846bb41cb22857d131789e01df434fb7e7bc0759b7"
checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b"
dependencies = [
"either",
"rayon-core",
@ -3342,9 +3342,9 @@ dependencies = [
[[package]]
name = "rayon-core"
version = "1.10.1"
version = "1.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cac410af5d00ab6884528b4ab69d1e8e146e8d471201800fa1b4524126de6ad3"
checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d"
dependencies = [
"crossbeam-channel",
"crossbeam-deque",

View File

@ -9,7 +9,7 @@ edition = "2021"
futures = "0.3.26"
futures-core = "0.3.26"
pin-project = "1.0.12"
rayon = "1.6.1"
rayon = "1.7.0"
tokio = { version = "1.26.0", features = ["time", "sync", "tracing", "macros"] }
tokio-util = "0.7.7"
tower = { version = "0.4.13", features = ["util", "buffer"] }

View File

@ -80,7 +80,7 @@ serde-big-array = "0.5.0"
# Processing
futures = "0.3.26"
itertools = "0.10.5"
rayon = "1.6.1"
rayon = "1.7.0"
# ZF deps
ed25519-zebra = "3.1.0"

View File

@ -27,7 +27,7 @@ bls12_381 = "0.7.0"
halo2 = { package = "halo2_proofs", version = "0.2.0" }
jubjub = "0.9.0"
rand = { version = "0.8.5", package = "rand" }
rayon = "1.6.1"
rayon = "1.7.0"
chrono = { version = "0.4.23", default-features = false, features = ["clock", "std"] }
displaydoc = "0.2.3"

View File

@ -25,7 +25,7 @@ lazy_static = "1.4.0"
ordered-map = "0.4.2"
pin-project = "1.0.12"
rand = { version = "0.8.5", package = "rand" }
rayon = "1.6.1"
rayon = "1.7.0"
regex = "1.7.1"
serde = { version = "1.0.152", features = ["serde_derive"] }
thiserror = "1.0.39"

View File

@ -40,7 +40,7 @@ serde = { version = "1.0.152", features = ["serde_derive"] }
tempfile = "3.4.0"
thiserror = "1.0.39"
rayon = "1.6.1"
rayon = "1.7.0"
tokio = { version = "1.26.0", features = ["sync", "tracing"] }
tower = { version = "0.4.13", features = ["buffer", "util"] }
tracing = "0.1.37"

View File

@ -108,7 +108,7 @@ serde = { version = "1.0.152", features = ["serde_derive"] }
toml = "0.7.2"
futures = "0.3.26"
rayon = "1.6.1"
rayon = "1.7.0"
tokio = { version = "1.26.0", features = ["time", "rt-multi-thread", "macros", "tracing", "signal"] }
tower = { version = "0.4.13", features = ["hedge", "limit"] }
pin-project = "1.0.12"