From 6424be869ecb1dacb27369d6242de970008e681d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jun 2022 03:07:51 +0000 Subject: [PATCH] Bump rand from 0.7.3 to 0.8.5 Bumps [rand](https://github.com/rust-random/rand) from 0.7.3 to 0.8.5. - [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.7.3...0.8.5) --- updated-dependencies: - dependency-name: rand dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- pallets/collator-selection/Cargo.toml | 2 +- pallets/manta-pay/Cargo.toml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5d1ca37c5..e98d44b7c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5305,7 +5305,7 @@ dependencies = [ "pallet-session", "pallet-timestamp", "parity-scale-codec", - "rand 0.7.3", + "rand 0.8.5", "scale-info", "serde", "sp-arithmetic", @@ -12309,7 +12309,7 @@ version = "1.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" dependencies = [ - "cfg-if 1.0.0", + "cfg-if 0.1.10", "digest 0.10.3", "rand 0.8.5", "static_assertions", diff --git a/pallets/collator-selection/Cargo.toml b/pallets/collator-selection/Cargo.toml index 850802fbb..79ec06d56 100644 --- a/pallets/collator-selection/Cargo.toml +++ b/pallets/collator-selection/Cargo.toml @@ -15,7 +15,7 @@ targets = ['x86_64-unknown-linux-gnu'] [dependencies] codec = { version = '3.0.0', default-features = false, features = ['derive'], package = 'parity-scale-codec' } log = { version = "0.4.16", default-features = false } -rand = { version = "0.7.2", default-features = false } +rand = { version = "0.8.5", default-features = false } scale-info = { version = "2.0.0", default-features = false, features = ["derive"] } serde = { version = "1.0.137", default-features = false } diff --git a/pallets/manta-pay/Cargo.toml b/pallets/manta-pay/Cargo.toml index 9a216f6d5..e954ed5f1 100644 --- a/pallets/manta-pay/Cargo.toml +++ b/pallets/manta-pay/Cargo.toml @@ -75,7 +75,7 @@ precompute-coins = [ # utils anyhow = { version = "1.0.55", optional = true } indoc = { version = "1.0.3", optional = true, default-features = false } -rand = { version = "0.8.4", optional = true, default-features = false } +rand = { version = "0.8.5", optional = true, default-features = false } tempfile = { version = "3.3.0", optional = true } # substrate dependencies @@ -113,7 +113,7 @@ manta-util = { git = "https://github.com/manta-network/manta-rs.git", tag = "v0. pallet-asset-manager = { path = "../asset-manager" } pallet-assets = { git = 'https://github.com/paritytech/substrate.git', branch = "polkadot-v0.9.18" } pallet-balances = { git = 'https://github.com/paritytech/substrate.git', branch = "polkadot-v0.9.18" } -rand = "0.8.4" +rand = "0.8.5" sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.18" } sp-io = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.18" } tempfile = "3.3.0"