diff --git a/Cargo.toml b/Cargo.toml index 8f7f2fb..eb568e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 }