From 868c1e6a01bd8f08001b50e722498b8684b4d6d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Mar 2022 17:01:22 +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 5196684819b9a7..0651549399286c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4601,7 +4601,7 @@ dependencies = [ "log", "quinn", "rand 0.7.3", - "rand_chacha 0.2.2", + "rand_chacha 0.3.1", "rayon", "reqwest", "rustls 0.20.4", @@ -4693,7 +4693,7 @@ dependencies = [ "lru", "matches", "rand 0.7.3", - "rand_chacha 0.2.2", + "rand_chacha 0.3.1", "raptorq", "rayon", "reqwest", @@ -4966,7 +4966,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", @@ -5065,7 +5065,7 @@ dependencies = [ "num_cpus", "prost", "rand 0.7.3", - "rand_chacha 0.2.2", + "rand_chacha 0.3.1", "rayon", "reed-solomon-erasure", "rocksdb", @@ -5651,7 +5651,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", @@ -5712,7 +5712,7 @@ dependencies = [ "pbkdf2 0.10.1", "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 e986f528aefd42..196b60b0e0da93 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -27,7 +27,7 @@ lazy_static = "1.4.0" log = "0.4.14" quinn = "0.8.0" rand = "0.7.0" -rand_chacha = "0.2.2" +rand_chacha = "0.3.1" rayon = "1.5.1" reqwest = { version = "0.11.10", default-features = false, features = ["blocking", "rustls-tls", "json"] } rustls = { version = "0.20.2", features = ["dangerous_configuration"] } diff --git a/core/Cargo.toml b/core/Cargo.toml index 3d77e212317a1f..b86ad7b1e2f1a7 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -28,7 +28,7 @@ itertools = "0.10.3" log = "0.4.14" lru = "0.7.3" rand = "0.7.0" -rand_chacha = "0.2.2" +rand_chacha = "0.3.1" rayon = "1.5.1" retain_mut = "0.1.7" serde = "1.0.136" diff --git a/gossip/Cargo.toml b/gossip/Cargo.toml index 6f6e992ec720b8..9c833e0c1c9a3e 100644 --- a/gossip/Cargo.toml +++ b/gossip/Cargo.toml @@ -22,7 +22,7 @@ lru = "0.7.3" 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.136" serde_bytes = "0.11" diff --git a/ledger/Cargo.toml b/ledger/Cargo.toml index 4008211346af6c..42c42c2c37e61a 100644 --- a/ledger/Cargo.toml +++ b/ledger/Cargo.toml @@ -26,7 +26,7 @@ num-traits = "0.2" num_cpus = "1.13.1" prost = "0.9.0" rand = "0.7.0" -rand_chacha = "0.2.2" +rand_chacha = "0.3.1" rayon = "1.5.1" reed-solomon-erasure = { version = "5.0.1", features = ["simd-accel"] } serde = "1.0.136" diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index aee35f4ddcd4f2..a682d6871d5269 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -66,7 +66,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.10.3" } [package.metadata.docs.rs] diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index 42ced509650341..00987b38ef4a76 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -63,7 +63,7 @@ num-traits = "0.2" pbkdf2 = { version = "0.10.1", 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.136" serde_bytes = "0.11"