From 92ae38120739a7306fce1cdd51cd861097ce02b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 18:22:13 +0000 Subject: [PATCH] build(deps): bump rayon from 1.5.3 to 1.6.0 (#5677) Bumps [rayon](https://github.com/rayon-rs/rayon) from 1.5.3 to 1.6.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/v1.5.3...rayon-core-v1.6.0) --- updated-dependencies: - dependency-name: rayon dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 9 ++++----- tower-batch/Cargo.toml | 2 +- zebra-chain/Cargo.toml | 2 +- zebra-consensus/Cargo.toml | 2 +- zebra-network/Cargo.toml | 2 +- zebra-state/Cargo.toml | 2 +- zebrad/Cargo.toml | 2 +- 7 files changed, 10 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 532d87461..bba4e8474 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3302,11 +3302,10 @@ dependencies = [ [[package]] name = "rayon" -version = "1.5.3" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d" +checksum = "1e060280438193c554f654141c9ea9417886713b7acd75974c85b18a69a88e0b" dependencies = [ - "autocfg", "crossbeam-deque", "either", "rayon-core", @@ -3314,9 +3313,9 @@ dependencies = [ [[package]] name = "rayon-core" -version = "1.9.3" +version = "1.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f" +checksum = "cac410af5d00ab6884528b4ab69d1e8e146e8d471201800fa1b4524126de6ad3" dependencies = [ "crossbeam-channel", "crossbeam-deque", diff --git a/tower-batch/Cargo.toml b/tower-batch/Cargo.toml index 423258e8e..acc6086c0 100644 --- a/tower-batch/Cargo.toml +++ b/tower-batch/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" futures = "0.3.25" futures-core = "0.3.25" pin-project = "1.0.12" -rayon = "1.5.3" +rayon = "1.6.0" tokio = { version = "1.22.0", features = ["time", "sync", "tracing", "macros"] } tokio-util = "0.7.4" tower = { version = "0.4.13", features = ["util", "buffer"] } diff --git a/zebra-chain/Cargo.toml b/zebra-chain/Cargo.toml index cfb90cdc2..b88ecdb91 100644 --- a/zebra-chain/Cargo.toml +++ b/zebra-chain/Cargo.toml @@ -82,7 +82,7 @@ serde-big-array = "0.4.1" # Processing futures = "0.3.25" itertools = "0.10.5" -rayon = "1.5.3" +rayon = "1.6.0" # ZF deps ed25519-zebra = "3.1.0" diff --git a/zebra-consensus/Cargo.toml b/zebra-consensus/Cargo.toml index 4a964fcf3..2f53850dd 100644 --- a/zebra-consensus/Cargo.toml +++ b/zebra-consensus/Cargo.toml @@ -17,7 +17,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.5.3" +rayon = "1.6.0" chrono = { version = "0.4.23", default-features = false, features = ["clock", "std"] } dirs = "4.0.0" diff --git a/zebra-network/Cargo.toml b/zebra-network/Cargo.toml index 1ce31ceac..2e83128d2 100644 --- a/zebra-network/Cargo.toml +++ b/zebra-network/Cargo.toml @@ -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.5.3" +rayon = "1.6.0" regex = "1.7.0" serde = { version = "1.0.147", features = ["serde_derive"] } thiserror = "1.0.37" diff --git a/zebra-state/Cargo.toml b/zebra-state/Cargo.toml index bfa49fbf1..afd549c53 100644 --- a/zebra-state/Cargo.toml +++ b/zebra-state/Cargo.toml @@ -41,7 +41,7 @@ serde = { version = "1.0.147", features = ["serde_derive"] } tempfile = "3.3.0" thiserror = "1.0.37" -rayon = "1.5.3" +rayon = "1.6.0" tokio = { version = "1.22.0", features = ["sync", "tracing"] } tower = { version = "0.4.13", features = ["buffer", "util"] } tracing = "0.1.37" diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index 33ae37ee0..c33d52d16 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -102,7 +102,7 @@ serde = { version = "1.0.147", features = ["serde_derive"] } toml = "0.5.9" futures = "0.3.25" -rayon = "1.5.3" +rayon = "1.6.0" tokio = { version = "1.22.0", features = ["time", "rt-multi-thread", "macros", "tracing", "signal"] } tower = { version = "0.4.13", features = ["hedge", "limit"] } pin-project = "1.0.12"