From ffa2ec2e14b376f0f9cd2210627aad94c9055b20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Jul 2022 17:44:08 +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 | 12 ++++++------ client/Cargo.toml | 2 +- core/Cargo.toml | 2 +- gossip/Cargo.toml | 2 +- ledger/Cargo.toml | 2 +- runtime/Cargo.toml | 2 +- sdk/Cargo.toml | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a40406c770771e..928b248dcf2796 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4844,7 +4844,7 @@ dependencies = [ "quinn", "quinn-proto", "rand 0.7.3", - "rand_chacha 0.2.2", + "rand_chacha 0.3.1", "rayon", "reqwest", "rustls 0.20.6", @@ -4942,7 +4942,7 @@ dependencies = [ "matches", "min-max-heap", "rand 0.7.3", - "rand_chacha 0.2.2", + "rand_chacha 0.3.1", "raptorq", "rayon", "rustc_version 0.4.0", @@ -5224,7 +5224,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", @@ -5327,7 +5327,7 @@ dependencies = [ "num_enum", "prost 0.10.4", "rand 0.7.3", - "rand_chacha 0.2.2", + "rand_chacha 0.3.1", "rayon", "reed-solomon-erasure", "rocksdb", @@ -5880,7 +5880,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", @@ -5994,7 +5994,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", diff --git a/client/Cargo.toml b/client/Cargo.toml index b56824a7499418..6e6aaf11a3ed31 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -30,7 +30,7 @@ log = "0.4.17" quinn = "0.8.3" quinn-proto = "0.8.3" rand = "0.7.0" -rand_chacha = "0.2.2" +rand_chacha = "0.3.1" rayon = "1.5.3" reqwest = { version = "0.11.10", default-features = false, features = ["blocking", "brotli", "deflate", "gzip", "rustls-tls", "json"] } rustls = { version = "0.20.6", features = ["dangerous_configuration"] } diff --git a/core/Cargo.toml b/core/Cargo.toml index f706ac09c0ad47..4d3be50b4ab228 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -30,7 +30,7 @@ log = "0.4.17" lru = "0.7.7" min-max-heap = "1.3.0" rand = "0.7.0" -rand_chacha = "0.2.2" +rand_chacha = "0.3.1" rayon = "1.5.3" serde = "1.0.137" serde_derive = "1.0.103" diff --git a/gossip/Cargo.toml b/gossip/Cargo.toml index 2e4d0cdc0ffa2e..3fb5cbf2f786bf 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.137" serde_bytes = "0.11" diff --git a/ledger/Cargo.toml b/ledger/Cargo.toml index d118ce81b6e429..65cd4615db56ea 100644 --- a/ledger/Cargo.toml +++ b/ledger/Cargo.toml @@ -28,7 +28,7 @@ num_cpus = "1.13.1" num_enum = "0.5.7" prost = "0.10.4" rand = "0.7.0" -rand_chacha = "0.2.2" +rand_chacha = "0.3.1" rayon = "1.5.3" reed-solomon-erasure = { version = "5.0.2", features = ["simd-accel"] } serde = "1.0.137" diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index cacaa531be72f2..f947f257e5c992 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -70,7 +70,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.11.2" } [package.metadata.docs.rs] diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index 27b3db48e3e256..b1406509363339 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -63,7 +63,7 @@ num-traits = "0.2" 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.6" serde = "1.0.137" serde_bytes = "0.11"