From 26a3e70de9f5b7e5c775ebaf2f2434286897fca1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Nov 2022 01:52:45 +0000 Subject: [PATCH] chore: bump rand_chacha from 0.2.2 to 0.3.1 Bumps [rand_chacha](https://github.com/rust-random/rand) from 0.2.2 to 0.3.1. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand/compare/rand_chacha-0.2.2...rand_chacha-0.3.1) --- updated-dependencies: - dependency-name: rand_chacha dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 14 +++++++------- client/Cargo.toml | 2 +- core/Cargo.toml | 2 +- gossip/Cargo.toml | 2 +- ledger/Cargo.toml | 2 +- runtime/Cargo.toml | 2 +- sdk/Cargo.toml | 2 +- tpu-client/Cargo.toml | 2 +- 8 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cd55b720c65e2b..69eec3b24919b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5095,7 +5095,7 @@ dependencies = [ "indicatif", "log", "rand 0.7.3", - "rand_chacha 0.2.2", + "rand_chacha 0.3.1", "rayon", "solana-logger 1.15.0", "solana-measure", @@ -5187,7 +5187,7 @@ dependencies = [ "min-max-heap", "num_enum", "rand 0.7.3", - "rand_chacha 0.2.2", + "rand_chacha 0.3.1", "raptorq", "rayon", "rustc_version 0.4.0", @@ -5500,7 +5500,7 @@ dependencies = [ "num-traits", "num_cpus", "rand 0.7.3", - "rand_chacha 0.2.2", + "rand_chacha 0.3.1", "rayon", "regex", "rustc_version 0.4.0", @@ -5606,7 +5606,7 @@ dependencies = [ "num_enum", "prost 0.11.0", "rand 0.7.3", - "rand_chacha 0.2.2", + "rand_chacha 0.3.1", "rayon", "reed-solomon-erasure", "rocksdb", @@ -6321,7 +6321,7 @@ dependencies = [ "once_cell", "ouroboros", "rand 0.7.3", - "rand_chacha 0.2.2", + "rand_chacha 0.3.1", "rayon", "regex", "rustc_version 0.4.0", @@ -6441,7 +6441,7 @@ dependencies = [ "pbkdf2 0.11.0", "qstring", "rand 0.7.3", - "rand_chacha 0.2.2", + "rand_chacha 0.3.1", "rustc_version 0.4.0", "rustversion", "serde", @@ -6721,7 +6721,7 @@ dependencies = [ "indicatif", "log", "rand 0.7.3", - "rand_chacha 0.2.2", + "rand_chacha 0.3.1", "rayon", "solana-logger 1.15.0", "solana-measure", diff --git a/client/Cargo.toml b/client/Cargo.toml index f06f61b722712b..35a4e4caed4e65 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -37,7 +37,7 @@ thiserror = "1.0" tokio = { version = "1", features = ["full"] } [dev-dependencies] -rand_chacha = "0.2.2" +rand_chacha = "0.3.1" solana-logger = { path = "../logger", version = "=1.15.0" } [package.metadata.docs.rs] diff --git a/core/Cargo.toml b/core/Cargo.toml index 8829d4b9509f8b..21ccaf4ba30062 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -32,7 +32,7 @@ lru = "0.7.7" min-max-heap = "1.3.0" num_enum = "0.5.7" rand = "0.7.0" -rand_chacha = "0.2.2" +rand_chacha = "0.3.1" rayon = "1.5.3" serde = "1.0.144" serde_derive = "1.0.103" diff --git a/gossip/Cargo.toml b/gossip/Cargo.toml index 600770e03883be..8a247f762d3b9c 100644 --- a/gossip/Cargo.toml +++ b/gossip/Cargo.toml @@ -22,7 +22,7 @@ lru = "0.7.7" matches = "0.1.9" num-traits = "0.2" rand = "0.7.0" -rand_chacha = "0.2.2" +rand_chacha = "0.3.1" rayon = "1.5.3" serde = "1.0.144" serde_bytes = "0.11" diff --git a/ledger/Cargo.toml b/ledger/Cargo.toml index 8c5ee3eaa117f4..2203fed2f8aa2b 100644 --- a/ledger/Cargo.toml +++ b/ledger/Cargo.toml @@ -29,7 +29,7 @@ num_cpus = "1.13.1" num_enum = "0.5.7" prost = "0.11.0" rand = "0.7.0" -rand_chacha = "0.2.2" +rand_chacha = "0.3.1" rayon = "1.5.3" reed-solomon-erasure = { version = "6.0.0", features = ["simd-accel"] } serde = "1.0.144" diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index c75e0ec376fa22..cd05c9a24cffd2 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -73,7 +73,7 @@ name = "solana_runtime" assert_matches = "1.5.0" ed25519-dalek = "=1.0.1" libsecp256k1 = "0.6.0" -rand_chacha = "0.2.2" +rand_chacha = "0.3.1" solana-logger = { path = "../logger", version = "=1.15.0" } static_assertions = "1.1.0" test-case = "2.1.0" diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index 660b46a6f8db7c..bde224bf89b517 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -64,7 +64,7 @@ num_enum = "0.5.7" pbkdf2 = { version = "0.11.0", default-features = false } qstring = "0.7.2" rand = { version = "0.7.0", optional = true } -rand_chacha = { version = "0.2.2", optional = true } +rand_chacha = { version = "0.3.1", optional = true } rustversion = "1.0.9" serde = "1.0.144" serde_bytes = "0.11" diff --git a/tpu-client/Cargo.toml b/tpu-client/Cargo.toml index dca7a401b3efaf..70b6606464183e 100644 --- a/tpu-client/Cargo.toml +++ b/tpu-client/Cargo.toml @@ -29,7 +29,7 @@ thiserror = "1.0" tokio = { version = "1", features = ["full"] } [dev-dependencies] -rand_chacha = "0.2.2" +rand_chacha = "0.3.1" solana-logger = { path = "../logger", version = "=1.15.0" } [features]