Upgrade to rand 0.8

This commit is contained in:
Dirkjan Ochtman 2020-12-21 14:54:30 +01:00
parent 3feb763d92
commit abe24f3160
1 changed files with 1 additions and 1 deletions

View File

@ -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 }