Skip to content

Commit ba08a62

Browse files
chore(deps): bump rand from 0.9.4 to 0.10.1
Bumps [rand](https://github.com/rust-random/rand) from 0.9.4 to 0.10.1. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](rust-random/rand@0.9.4...0.10.1) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b0de78c commit ba08a62

2 files changed

Lines changed: 49 additions & 11 deletions

File tree

Cargo.lock

Lines changed: 48 additions & 10 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
@@ -26,7 +26,7 @@ ndarray-rand = "0.16"
2626
# rand 0.9). A dependabot bump to rand 0.10 broke the build: rand 0.10 is a
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.
29-
rand = "0.9"
29+
rand = "0.10"
3030
rand_distr = "0.5"
3131
rayon = "1.12"
3232

0 commit comments

Comments
 (0)