Upgrade to rand 0.8
This commit is contained in:
parent
3feb763d92
commit
abe24f3160
|
@ -10,6 +10,6 @@ ahash = "0.6.1"
|
|||
indicatif = { version = "0.15", optional = true }
|
||||
num_cpus = "1.13"
|
||||
ordered-float = "2.0"
|
||||
rand = { version = "0.7.3", features = ["small_rng"] }
|
||||
rand = { version = "0.8", features = ["small_rng"] }
|
||||
rayon = "1.5"
|
||||
serde = { version = "1.0.118", features = ["derive"], optional = true }
|
||||
|
|
Loading…
Reference in New Issue