Skip to content

Commit c0340f7

Browse files
Bump rand from 0.8.5 to 0.9.1
Bumps [rand](https://github.com/rust-random/rand) from 0.8.5 to 0.9.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.8.5...rand_core-0.9.1) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 85457f1 commit c0340f7

File tree

2 files changed

+83
-18
lines changed

2 files changed

+83
-18
lines changed

Cargo.lock

Lines changed: 82 additions & 17 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
@@ -49,7 +49,7 @@ itertools = "0.14"
4949
ndarray = "0.16.0"
5050
ndarray-rand = "0.15.0"
5151
protobuf = { version = "3.3", features = ["with-bytes"] }
52-
rand = "0.8.5"
52+
rand = "0.9.1"
5353
rand_chacha = "0.3.1"
5454
rand_distr = "0.4.3"
5555
rayon = "1.10.0"

0 commit comments

Comments
 (0)