From 96f80ac3e331869d4b1031f585cb78d3802a1d35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Jan 2021 09:16:32 +0100 Subject: [PATCH] Bump rand from 0.8.1 to 0.8.2 (#2266) Bumps [rand](https://github.com/rust-random/rand) from 0.8.1 to 0.8.2. - [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/0.8.1...0.8.2) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- polkadot/Cargo.lock | 12 ++++++------ polkadot/node/test/service/Cargo.toml | 2 +- polkadot/runtime/parachains/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/polkadot/Cargo.lock b/polkadot/Cargo.lock index fb32177f88..f24fff6791 100644 --- a/polkadot/Cargo.lock +++ b/polkadot/Cargo.lock @@ -1444,7 +1444,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cfcf0ed7fe52a17a03854ec54a9f76d6d84508d1c0e66bc1793301c73fc8493c" dependencies = [ "byteorder", - "rand 0.8.1", + "rand 0.8.2", "rustc-hex", "static_assertions", ] @@ -5614,7 +5614,7 @@ dependencies = [ "pallet-vesting", "parity-scale-codec", "polkadot-primitives", - "rand 0.8.1", + "rand 0.8.2", "rand_chacha 0.3.0", "rustc-hex", "sc-keystore", @@ -5855,7 +5855,7 @@ dependencies = [ "polkadot-runtime-parachains", "polkadot-service", "polkadot-test-runtime", - "rand 0.8.1", + "rand 0.8.2", "sc-authority-discovery", "sc-chain-spec", "sc-cli", @@ -6228,9 +6228,9 @@ dependencies = [ [[package]] name = "rand" -version = "0.8.1" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c24fcd450d3fa2b592732565aa4f17a27a61c65ece4726353e000939b0edee34" +checksum = "18519b42a40024d661e1714153e9ad0c3de27cd495760ceb09710920f1098b1e" dependencies = [ "libc", "rand_chacha 0.3.0", @@ -9033,7 +9033,7 @@ checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22" dependencies = [ "cfg-if 1.0.0", "libc", - "rand 0.8.1", + "rand 0.8.2", "redox_syscall 0.2.4", "remove_dir_all", "winapi 0.3.9", diff --git a/polkadot/node/test/service/Cargo.toml b/polkadot/node/test/service/Cargo.toml index db4d1f6af7..4e9daa7cd8 100644 --- a/polkadot/node/test/service/Cargo.toml +++ b/polkadot/node/test/service/Cargo.toml @@ -10,7 +10,7 @@ futures01 = { package = "futures", version = "0.1.29" } hex = "0.4.2" tracing = "0.1.22" tracing-futures = "0.2.4" -rand = "0.8.1" +rand = "0.8.2" tempfile = "3.2.0" # Polkadot dependencies diff --git a/polkadot/runtime/parachains/Cargo.toml b/polkadot/runtime/parachains/Cargo.toml index 5c4c9a4024..65d7960c11 100644 --- a/polkadot/runtime/parachains/Cargo.toml +++ b/polkadot/runtime/parachains/Cargo.toml @@ -39,7 +39,7 @@ xcm-executor = { package = "xcm-executor", path = "../../xcm/xcm-executor", defa primitives = { package = "polkadot-primitives", path = "../../primitives", default-features = false } libsecp256k1 = { version = "0.3.5", default-features = false, optional = true } -rand = { version = "0.8.1", default-features = false } +rand = { version = "0.8.2", default-features = false } rand_chacha = { version = "0.3.0", default-features = false } [dev-dependencies]