build(deps): bump rayon from 1.6.0 to 1.6.1 (#5845)
Bumps [rayon](https://github.com/rayon-rs/rayon) from 1.6.0 to 1.6.1. - [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.0...rayon-core-v1.6.1) --- updated-dependencies: - dependency-name: rayon dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> 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:
parent
baf248aa1c
commit
75f2f02ef7
|
|
@ -3314,11 +3314,10 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "rayon"
|
name = "rayon"
|
||||||
version = "1.6.0"
|
version = "1.6.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "1e060280438193c554f654141c9ea9417886713b7acd75974c85b18a69a88e0b"
|
checksum = "6db3a213adf02b3bcfd2d3846bb41cb22857d131789e01df434fb7e7bc0759b7"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"crossbeam-deque",
|
|
||||||
"either",
|
"either",
|
||||||
"rayon-core",
|
"rayon-core",
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ edition = "2021"
|
||||||
futures = "0.3.25"
|
futures = "0.3.25"
|
||||||
futures-core = "0.3.25"
|
futures-core = "0.3.25"
|
||||||
pin-project = "1.0.12"
|
pin-project = "1.0.12"
|
||||||
rayon = "1.6.0"
|
rayon = "1.6.1"
|
||||||
tokio = { version = "1.23.0", features = ["time", "sync", "tracing", "macros"] }
|
tokio = { version = "1.23.0", features = ["time", "sync", "tracing", "macros"] }
|
||||||
tokio-util = "0.7.4"
|
tokio-util = "0.7.4"
|
||||||
tower = { version = "0.4.13", features = ["util", "buffer"] }
|
tower = { version = "0.4.13", features = ["util", "buffer"] }
|
||||||
|
|
|
||||||
|
|
@ -82,7 +82,7 @@ serde-big-array = "0.4.1"
|
||||||
# Processing
|
# Processing
|
||||||
futures = "0.3.25"
|
futures = "0.3.25"
|
||||||
itertools = "0.10.5"
|
itertools = "0.10.5"
|
||||||
rayon = "1.6.0"
|
rayon = "1.6.1"
|
||||||
|
|
||||||
# ZF deps
|
# ZF deps
|
||||||
ed25519-zebra = "3.1.0"
|
ed25519-zebra = "3.1.0"
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@ bls12_381 = "0.7.0"
|
||||||
halo2 = { package = "halo2_proofs", version = "0.2.0" }
|
halo2 = { package = "halo2_proofs", version = "0.2.0" }
|
||||||
jubjub = "0.9.0"
|
jubjub = "0.9.0"
|
||||||
rand = { version = "0.8.5", package = "rand" }
|
rand = { version = "0.8.5", package = "rand" }
|
||||||
rayon = "1.6.0"
|
rayon = "1.6.1"
|
||||||
|
|
||||||
chrono = { version = "0.4.23", default-features = false, features = ["clock", "std"] }
|
chrono = { version = "0.4.23", default-features = false, features = ["clock", "std"] }
|
||||||
dirs = "4.0.0"
|
dirs = "4.0.0"
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ lazy_static = "1.4.0"
|
||||||
ordered-map = "0.4.2"
|
ordered-map = "0.4.2"
|
||||||
pin-project = "1.0.12"
|
pin-project = "1.0.12"
|
||||||
rand = { version = "0.8.5", package = "rand" }
|
rand = { version = "0.8.5", package = "rand" }
|
||||||
rayon = "1.6.0"
|
rayon = "1.6.1"
|
||||||
regex = "1.7.0"
|
regex = "1.7.0"
|
||||||
serde = { version = "1.0.149", features = ["serde_derive"] }
|
serde = { version = "1.0.149", features = ["serde_derive"] }
|
||||||
thiserror = "1.0.37"
|
thiserror = "1.0.37"
|
||||||
|
|
|
||||||
|
|
@ -41,7 +41,7 @@ serde = { version = "1.0.149", features = ["serde_derive"] }
|
||||||
tempfile = "3.3.0"
|
tempfile = "3.3.0"
|
||||||
thiserror = "1.0.37"
|
thiserror = "1.0.37"
|
||||||
|
|
||||||
rayon = "1.6.0"
|
rayon = "1.6.1"
|
||||||
tokio = { version = "1.23.0", features = ["sync", "tracing"] }
|
tokio = { version = "1.23.0", features = ["sync", "tracing"] }
|
||||||
tower = { version = "0.4.13", features = ["buffer", "util"] }
|
tower = { version = "0.4.13", features = ["buffer", "util"] }
|
||||||
tracing = "0.1.37"
|
tracing = "0.1.37"
|
||||||
|
|
|
||||||
|
|
@ -102,7 +102,7 @@ serde = { version = "1.0.149", features = ["serde_derive"] }
|
||||||
toml = "0.5.9"
|
toml = "0.5.9"
|
||||||
|
|
||||||
futures = "0.3.25"
|
futures = "0.3.25"
|
||||||
rayon = "1.6.0"
|
rayon = "1.6.1"
|
||||||
tokio = { version = "1.23.0", features = ["time", "rt-multi-thread", "macros", "tracing", "signal"] }
|
tokio = { version = "1.23.0", features = ["time", "rt-multi-thread", "macros", "tracing", "signal"] }
|
||||||
tower = { version = "0.4.13", features = ["hedge", "limit"] }
|
tower = { version = "0.4.13", features = ["hedge", "limit"] }
|
||||||
pin-project = "1.0.12"
|
pin-project = "1.0.12"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue