Skip to content

Commit

Permalink
Update rand_chacha requirement from 0.3.1 to 0.9.0
Browse files Browse the repository at this point in the history
Updates the requirements on [rand_chacha](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_chacha-0.3.1...0.9.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 27, 2025
1 parent 664745a commit 0a27517
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 @@ -37,4 +37,4 @@ serde_yaml = "0.9.34"
env_logger = "0.11.6"
log = "0.4.22"
rayon = "1.10.0"
rand_chacha = "0.3.1"
rand_chacha = "0.9.0"

0 comments on commit 0a27517

Please sign in to comment.