Skip to content

Commit 91770b0

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 6cfde77 commit 91770b0

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
@@ -36,7 +36,7 @@ plotters = { version="0.3", default-features = false, features=[
3636
"colormaps"
3737
]}
3838
rand = { version="0.9", features = ["small_rng"] }
39-
rand_distr = "0.5"
39+
rand_distr = "0.6"
4040
rand_chacha = { version="0.9", features=["serde"] }
4141
serde = "1.0"
4242
tempfile = "3"

0 commit comments

Comments
 (0)