From 231690fa274a8c2eef1b64e6677cf272c97e9d90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 10:41:41 +0000 Subject: [PATCH] Chore(deps): 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 | 10 +++++----- core/Cargo.toml | 2 +- gossip/Cargo.toml | 2 +- ledger/Cargo.toml | 2 +- runtime/Cargo.toml | 2 +- sdk/Cargo.toml | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 83ab3bf87d..23513748f3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6138,7 +6138,7 @@ dependencies = [ "matches", "primitive-types", "rand 0.7.3", - "rand_chacha 0.2.2", + "rand_chacha 0.3.1", "raptorq", "rayon", "reqwest", @@ -6449,7 +6449,7 @@ dependencies = [ "num-traits", "num_cpus", "rand 0.7.3", - "rand_chacha 0.2.2", + "rand_chacha 0.3.1", "rayon", "rustc_version 0.4.0", "serde", @@ -6515,7 +6515,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", @@ -7137,7 +7137,7 @@ dependencies = [ "num_cpus", "ouroboros", "rand 0.7.3", - "rand_chacha 0.2.2", + "rand_chacha 0.3.1", "rayon", "regex", "rustc_version 0.4.0", @@ -7205,7 +7205,7 @@ dependencies = [ "pbkdf2 0.9.0", "qstring", "rand 0.7.3", - "rand_chacha 0.2.2", + "rand_chacha 0.3.1", "rlp", "rustc_version 0.4.0", "rustversion", diff --git a/core/Cargo.toml b/core/Cargo.toml index 7a582b65a1..e55e091e6a 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -28,7 +28,7 @@ itertools = "0.10.1" log = "0.4.14" lru = "=0.7.1" rand = "0.7.0" -rand_chacha = "0.2.2" +rand_chacha = "0.3.1" raptorq = "=1.6.4" rayon = "1.5.1" retain_mut = "=0.1.9" diff --git a/gossip/Cargo.toml b/gossip/Cargo.toml index 732fcb9e87..fa36562391 100644 --- a/gossip/Cargo.toml +++ b/gossip/Cargo.toml @@ -21,7 +21,7 @@ lru = "=0.7.1" 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.1" serde = "1.0.130" serde_bytes = "0.11" diff --git a/ledger/Cargo.toml b/ledger/Cargo.toml index 22aae660b9..78693ded47 100644 --- a/ledger/Cargo.toml +++ b/ledger/Cargo.toml @@ -25,7 +25,7 @@ num_cpus = "1.13.0" num_enum = "0.5.4" prost = "0.11.0" rand = "0.7.0" -rand_chacha = "0.2.2" +rand_chacha = "0.3.1" rayon = "1.5.1" serde = "1.0.130" serde_bytes = "0.11.5" diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 5f726bdeba..26ef87627c 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" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index 20096c3daf..f281ee43ec 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -63,7 +63,7 @@ num-traits = "0.2" pbkdf2 = { version = "0.9.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.5" serde = "1.0.130" serde_bytes = "0.11"