From 5226d4c56f0078c051e53a97537776bbdc964d5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Mar 2021 01:58:14 +0000 Subject: [PATCH] Bump rand_chacha from 0.2.2 to 0.3.0 Bumps [rand_chacha](https://github.com/rust-random/rand) from 0.2.2 to 0.3.0. - [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.0) Signed-off-by: dependabot[bot] --- Cargo.lock | 10 +++++----- client/consensus/babe/Cargo.toml | 2 +- frame/society/Cargo.toml | 2 +- frame/staking/Cargo.toml | 4 ++-- primitives/core/Cargo.toml | 2 +- primitives/keystore/Cargo.toml | 2 +- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b42b637bcf396..5afc97c414b76 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5262,7 +5262,7 @@ dependencies = [ "frame-system", "pallet-balances", "parity-scale-codec", - "rand_chacha 0.2.2", + "rand_chacha 0.3.0", "serde", "sp-core", "sp-io", @@ -5286,7 +5286,7 @@ dependencies = [ "pallet-timestamp", "parity-scale-codec", "parking_lot 0.11.1", - "rand_chacha 0.2.2", + "rand_chacha 0.3.0", "serde", "sp-application-crypto", "sp-core", @@ -7010,7 +7010,7 @@ dependencies = [ "parking_lot 0.11.1", "pdqselect", "rand 0.7.3", - "rand_chacha 0.2.2", + "rand_chacha 0.3.0", "retain_mut", "sc-block-builder", "sc-client-api", @@ -8610,7 +8610,7 @@ dependencies = [ "pretty_assertions", "primitive-types", "rand 0.7.3", - "rand_chacha 0.2.2", + "rand_chacha 0.3.0", "regex", "schnorrkel", "secrecy", @@ -8741,7 +8741,7 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.11.1", "rand 0.7.3", - "rand_chacha 0.2.2", + "rand_chacha 0.3.0", "schnorrkel", "serde", "sp-core", diff --git a/client/consensus/babe/Cargo.toml b/client/consensus/babe/Cargo.toml index 14d48fba1bb57..ceb6271aefdaa 100644 --- a/client/consensus/babe/Cargo.toml +++ b/client/consensus/babe/Cargo.toml @@ -63,7 +63,7 @@ sc-network-test = { version = "0.8.0", path = "../../network/test" } sc-service = { version = "0.9.0", default-features = false, path = "../../service" } substrate-test-runtime-client = { version = "2.0.0", path = "../../../test-utils/runtime/client" } sc-block-builder = { version = "0.9.0", path = "../../block-builder" } -rand_chacha = "0.2.2" +rand_chacha = "0.3.0" tempfile = "3.1.0" [features] diff --git a/frame/society/Cargo.toml b/frame/society/Cargo.toml index 913e40e0301d6..c5725a0859d4a 100644 --- a/frame/society/Cargo.toml +++ b/frame/society/Cargo.toml @@ -19,7 +19,7 @@ sp-runtime = { version = "3.0.0", default-features = false, path = "../../primit sp-std = { version = "3.0.0", default-features = false, path = "../../primitives/std" } frame-support = { version = "3.0.0", default-features = false, path = "../support" } frame-system = { version = "3.0.0", default-features = false, path = "../system" } -rand_chacha = { version = "0.2", default-features = false } +rand_chacha = { version = "0.3", default-features = false } [dev-dependencies] sp-core = { version = "3.0.0", path = "../../primitives/core" } diff --git a/frame/staking/Cargo.toml b/frame/staking/Cargo.toml index 1f9f29570a223..e12d57b3745e5 100644 --- a/frame/staking/Cargo.toml +++ b/frame/staking/Cargo.toml @@ -32,7 +32,7 @@ sp-election-providers = { version = "3.0.0", default-features = false, path = ". # Optional imports for benchmarking frame-benchmarking = { version = "3.1.0", default-features = false, path = "../benchmarking", optional = true } -rand_chacha = { version = "0.2", default-features = false, optional = true } +rand_chacha = { version = "0.3", default-features = false, optional = true } [dev-dependencies] sp-storage = { version = "3.0.0", path = "../../primitives/storage" } @@ -44,7 +44,7 @@ pallet-staking-reward-curve = { version = "3.0.0", path = "../staking/reward-cu substrate-test-utils = { version = "3.0.0", path = "../../test-utils" } frame-benchmarking = { version = "3.1.0", path = "../benchmarking" } sp-election-providers = { version = "3.0.0", features = ["runtime-benchmarks"], path = "../../primitives/election-providers" } -rand_chacha = { version = "0.2" } +rand_chacha = { version = "0.3" } parking_lot = "0.11.1" hex = "0.4" diff --git a/primitives/core/Cargo.toml b/primitives/core/Cargo.toml index 3d9cf1287e051..b722834d89bc2 100644 --- a/primitives/core/Cargo.toml +++ b/primitives/core/Cargo.toml @@ -61,7 +61,7 @@ hex-literal = "0.3.1" rand = "0.7.2" criterion = "0.3.3" serde_json = "1.0" -rand_chacha = "0.2.2" +rand_chacha = "0.3.0" [[bench]] name = "bench" diff --git a/primitives/keystore/Cargo.toml b/primitives/keystore/Cargo.toml index 81404ce344a21..18d2ae7d36ef9 100644 --- a/primitives/keystore/Cargo.toml +++ b/primitives/keystore/Cargo.toml @@ -26,7 +26,7 @@ sp-externalities = { version = "0.9.0", path = "../externalities", default-featu [dev-dependencies] rand = "0.7.2" -rand_chacha = "0.2.2" +rand_chacha = "0.3.0" [features]