From 45b68555e23faeced6e9d322e33261581c5a8b8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 10:48:55 +0200 Subject: [PATCH] Bump rand_chacha from 0.2.2 to 0.3.1 (#948) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 2 +- pallets/staking/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fffe09bb3..f9f528f8a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7290,7 +7290,7 @@ dependencies = [ "pallet-staking-reward-curve", "pallet-timestamp", "parity-scale-codec", - "rand_chacha 0.2.2", + "rand_chacha 0.3.1", "scale-info", "serde", "sp-consensus-babe 0.33.0", diff --git a/pallets/staking/Cargo.toml b/pallets/staking/Cargo.toml index ef5a5827e..46a3e1295 100644 --- a/pallets/staking/Cargo.toml +++ b/pallets/staking/Cargo.toml @@ -16,7 +16,7 @@ codec ={ package="parity-scale-codec", version="3.6.3", default-features=fa scale-info ={ version="2.11", default-features=false, features=["derive"] } log ={ version="0.4.22", default-features=false } serde ={ version="1.0.204", default-features=false } -rand_chacha={ version="0.2", default-features=false } +rand_chacha={ version="0.3", default-features=false } frame-benchmarking={ version="29.0.0", default-features=false, optional=true } frame-support ={ version="29.0.0", default-features=false }