Skip to content

Commit 2cebe95

Browse files
Update rand_distr requirement from 0.5 to 0.6
Updates the requirements on [rand_distr](https://github.com/rust-random/rand_distr) to permit the latest version. - [Release notes](https://github.com/rust-random/rand_distr/releases) - [Changelog](https://github.com/rust-random/rand_distr/blob/master/CHANGELOG.md) - [Commits](rust-random/rand_distr@0.5.0...0.6.0) --- updated-dependencies: - dependency-name: rand_distr dependency-version: 0.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 129c40f commit 2cebe95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ test-log = "0.2.10"
8585
futures = "0.3.21"
8686
paste = "1.0.11"
8787
more-asserts = "0.3.1"
88-
rand_distr = "0.5"
88+
rand_distr = "0.6"
8989
time = { version = "0.3.47", features = ["serde-well-known", "macros"] }
9090
postcard = { version = "1.0.4", features = [
9191
"use-std",

stacker/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ zipf = "7.0.0"
2828
rustc-hash = "2.1.0"
2929
proptest = "1.2.0"
3030
binggan = { version = "0.14.0" }
31-
rand_distr = "0.5"
31+
rand_distr = "0.6"
3232

3333
[features]
3434
compare_hash_only = ["ahash"] # Compare hash only, not the key in the Hashmap

0 commit comments

Comments
 (0)