Skip to content

Commit 0963dbd

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 2209eb2 commit 0963dbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ crc32c = "0.6.8"
1818
log = "0.4"
1919
memmap2 = "0.9.4"
2020
rand = "0.9"
21-
rand_distr = "0.5"
21+
rand_distr = "0.6"
2222
fs4 = "0.13.1"
2323
# fs4 depends on rustix, but pulling this dependency explicitly into the tree
2424
# to use direct functions on FreeBSD

0 commit comments

Comments
 (0)