Skip to content

Commit 7c4a6e7

Browse files
Bump rand from 0.8.5 to 0.9.0 (#112)
Bumps [rand](https://github.com/rust-random/rand) from 0.8.5 to 0.9.0. - [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...0.9.0) --- updated-dependencies: - dependency-name: rand dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Johanna Sörngård <[email protected]>
1 parent dfb4151 commit 7c4a6e7

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

Cargo.lock

Lines changed: 8 additions & 4 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 @@ rkyv = { version = "0.8", default-features = false, optional = true }
2020

2121
[dev-dependencies]
2222
criterion = { version = "0.5", features = ["html_reports"] }
23-
rand = { version = "0.8", default-features = false, features = ["small_rng"] }
23+
rand = { version = "0.9", default-features = false, features = ["small_rng"] }
2424
serde_json = "1.0"
2525

2626
[features]

0 commit comments

Comments
 (0)