mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 04:01:10 +00:00
*: update rand to v0.8.5 (#12962)
* *: update rand to v0.8.5 * *: remove useless deps from Cargo.toml * fix pallet-session-benchmarking * fix pallet-election-provider-support test * remove useless rand from dev-dependencies
This commit is contained in:
@@ -1845,7 +1845,7 @@ mod tests {
|
||||
use rand::{rngs::SmallRng, RngCore, SeedableRng};
|
||||
let mut storage: HashMap<Option<ChildInfo>, BTreeMap<StorageKey, StorageValue>> =
|
||||
Default::default();
|
||||
let mut seed = [0; 16];
|
||||
let mut seed = [0; 32];
|
||||
for i in 0..50u32 {
|
||||
let mut child_infos = Vec::new();
|
||||
let seed_partial = &mut seed[0..4];
|
||||
|
||||
Reference in New Issue
Block a user