Skip to content

Commit b3ce077

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

File tree

2 files changed

+43
-13
lines changed

2 files changed

+43
-13
lines changed

Cargo.lock

Lines changed: 42 additions & 12 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
@@ -20,7 +20,7 @@ features = ["rand_core"]
2020
[dev-dependencies]
2121
criterion = "0.6"
2222
iai-callgrind = "0.14"
23-
rand = "0.8"
23+
rand = "0.9"
2424

2525
[[bench]]
2626
name = "callgrind"

0 commit comments

Comments
 (0)