Update dalek version
This commit is contained in:
committed by
Trent Nelson
parent
3d40ca86b0
commit
eb24f3df84
@ -23,8 +23,8 @@ itertools = "0.9.0"
|
||||
libc = "0.2.69"
|
||||
log = { version = "0.4.8" }
|
||||
num_cpus = "1.13.0"
|
||||
rand = "0.6.5"
|
||||
rand_chacha = "0.1.1"
|
||||
rand = "0.7.0"
|
||||
rand_chacha = "0.2.2"
|
||||
rayon = "1.3.0"
|
||||
reed-solomon-erasure = { version = "4.0.2", features = ["simd-accel"] }
|
||||
regex = "1.3.7"
|
||||
@ -37,7 +37,7 @@ solana-measure = { path = "../measure", version = "1.2.0" }
|
||||
solana-merkle-tree = { path = "../merkle-tree", version = "1.2.0" }
|
||||
solana-metrics = { path = "../metrics", version = "1.2.0" }
|
||||
solana-perf = { path = "../perf", version = "1.2.0" }
|
||||
ed25519-dalek = "1.0.0-pre.1"
|
||||
ed25519-dalek = "1.0.0-pre.3"
|
||||
solana-rayon-threadlimit = { path = "../rayon-threadlimit", version = "1.2.0" }
|
||||
solana-runtime = { path = "../runtime", version = "1.2.0" }
|
||||
solana-sdk = { path = "../sdk", version = "1.2.0" }
|
||||
|
@ -1,6 +1,5 @@
|
||||
use rand::distributions::{Distribution, WeightedIndex};
|
||||
use rand::SeedableRng;
|
||||
use rand_chacha::ChaChaRng;
|
||||
use rand_chacha::{rand_core::SeedableRng, ChaChaRng};
|
||||
use solana_sdk::pubkey::Pubkey;
|
||||
use std::ops::Index;
|
||||
use std::sync::Arc;
|
||||
|
Reference in New Issue
Block a user