Skip to content

Commit bccedbf

Browse files
chore(deps): bump rand_distr from 0.5.1 to 0.6.0
Bumps [rand_distr](https://github.com/rust-random/rand_distr) from 0.5.1 to 0.6.0. - [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.1...0.6.0) --- updated-dependencies: - dependency-name: rand_distr dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 63db446 commit bccedbf

2 files changed

Lines changed: 40 additions & 14 deletions

File tree

Cargo.lock

Lines changed: 39 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ ndarray-rand = "0.16"
3030
# NB: dependabot re-bumped this to 0.10 in #175 (build re-broke); reverted again
3131
# here. Consider a dependabot ignore for rand until ndarray-rand catches up.
3232
rand = "0.9"
33-
rand_distr = "0.5"
33+
rand_distr = "0.6"
3434
rayon = "1.12"
3535

3636
# Serialization

0 commit comments

Comments
 (0)