Skip to content

Commit

Permalink
Update rand_core requirement from 0.6 to 0.9
Browse files Browse the repository at this point in the history
Updates the requirements on [rand_core](https://github.com/rust-random/rand) to permit the latest version.
- [Release notes](https://github.com/rust-random/rand/releases)
- [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md)
- [Commits](rust-random/rand@rand_core-0.6.0...0.9.0)

---
updated-dependencies:
- dependency-name: rand_core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 27, 2025
1 parent f0531f0 commit ff01688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ elliptic-curve = { version = "0.13", features = [
"voprf",
] }
generic-array = "0.14"
rand_core = { version = "0.6", default-features = false }
rand_core = { version = "0.9", default-features = false }
serde = { version = "1", default-features = false, features = [
"derive",
], optional = true }
Expand Down

0 comments on commit ff01688

Please sign in to comment.