Skip to content

Commit 6997bdd

Browse files
dependabot[bot]hyperpolymath
authored andcommitted
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 478bb8e commit 6997bdd

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
@@ -27,7 +27,7 @@ ndarray-rand = "0.16"
2727
# separate, incompatible rand in the tree (Distribution/Rng traits don't match
2828
# ndarray-rand's). Revert until ndarray-rand ships a rand-0.10-compatible release.
2929
rand = "0.9"
30-
rand_distr = "0.5"
30+
rand_distr = "0.6"
3131
rayon = "1.12"
3232

3333
# Serialization

0 commit comments

Comments
 (0)