From abe24f3160165abc680ac19ecb7e5bae7df27e9e Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Mon, 21 Dec 2020 14:54:30 +0100 Subject: [PATCH] Upgrade to rand 0.8 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }