From facccb4b00287b58f0fdc1691dcf6b8739ccbc6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jan 2022 17:30:35 +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 | 8 ++++---- core/Cargo.toml | 2 +- gossip/Cargo.toml | 2 +- ledger/Cargo.toml | 2 +- sdk/Cargo.toml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6391579af61988..834a53e69255b2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4795,7 +4795,7 @@ dependencies = [ "lru", "matches", "rand 0.7.3", - "rand_chacha 0.2.2", + "rand_chacha 0.3.1", "raptorq", "rayon", "reqwest", @@ -5019,7 +5019,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", @@ -5116,7 +5116,7 @@ dependencies = [ "num_cpus", "prost", "rand 0.7.3", - "rand_chacha 0.2.2", + "rand_chacha 0.3.1", "rayon", "reed-solomon-erasure", "rocksdb", @@ -5744,7 +5744,7 @@ dependencies = [ "pbkdf2 0.10.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/core/Cargo.toml b/core/Cargo.toml index cf34c3903c75f5..5ceaeb80acf4db 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -28,7 +28,7 @@ itertools = "0.10.3" log = "0.4.14" lru = "0.7.2" rand = "0.7.0" -rand_chacha = "0.2.2" +rand_chacha = "0.3.1" rayon = "1.5.1" retain_mut = "0.1.5" serde = "1.0.133" diff --git a/gossip/Cargo.toml b/gossip/Cargo.toml index f19ba5a11b4c0b..9149e61f9c421b 100644 --- a/gossip/Cargo.toml +++ b/gossip/Cargo.toml @@ -21,7 +21,7 @@ lru = "0.7.2" 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.133" serde_bytes = "0.11" diff --git a/ledger/Cargo.toml b/ledger/Cargo.toml index 370f73765aa59d..a098ae36c9eeaf 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" serde = "1.0.133" serde_bytes = "0.11.5" diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index 55f566f0bda316..8c6a8cb832994a 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -63,7 +63,7 @@ num-traits = "0.2" pbkdf2 = { version = "0.10.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.133" serde_bytes = "0.11"