diff --git a/Cargo.toml b/Cargo.toml index daa4cbfe..7dbbdf14 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -85,7 +85,7 @@ test-log = "0.2.10" futures = "0.3.21" paste = "1.0.11" more-asserts = "0.3.1" -rand_distr = "0.5" +rand_distr = "0.6" time = { version = "0.3.47", features = ["serde-well-known", "macros"] } postcard = { version = "1.0.4", features = [ "use-std", diff --git a/stacker/Cargo.toml b/stacker/Cargo.toml index 36b0fa9b..20d4e8cb 100644 --- a/stacker/Cargo.toml +++ b/stacker/Cargo.toml @@ -28,7 +28,7 @@ zipf = "7.0.0" rustc-hash = "2.1.0" proptest = "1.2.0" binggan = { version = "0.16.1" } -rand_distr = "0.5" +rand_distr = "0.6" [features] compare_hash_only = ["ahash"] # Compare hash only, not the key in the Hashmap