From ebe6c16b852766c435a85a3a379d4772266239ed Mon Sep 17 00:00:00 2001 From: Daniel Mellado Date: Thu, 22 Feb 2024 12:20:22 +0100 Subject: [PATCH] Update rand-distr to v0.4.3 This PR updates rand-distr to 0.4.3 in order to be able to get sled as a rust package in Fedora Signed-off-by: Daniel Mellado --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 28a33ae7c..3caa24ab4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ fs2 = "0.4.3" [dev-dependencies] rand = "0.7" rand_chacha = "0.3.1" -rand_distr = "0.3" +rand_distr = "0.4.3" quickcheck = "0.9" log = "0.4.14" env_logger = "0.9.0"