Skip to content

Commit ba85d90

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

2 files changed

Lines changed: 50 additions & 12 deletions

File tree

Cargo.lock

Lines changed: 49 additions & 11 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
@@ -29,7 +29,7 @@ ndarray-rand = "0.16"
2929
# ndarray-rand's). Revert until ndarray-rand ships a rand-0.10-compatible release.
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.
32-
rand = "0.9"
32+
rand = "0.10"
3333
rand_distr = "0.5"
3434
rayon = "1.12"
3535

0 commit comments

Comments
 (0)