Skip to content

Commit

Permalink
Bump rand_chacha from 0.3.1 to 0.9.0
Browse files Browse the repository at this point in the history
Bumps [rand_chacha](https://github.com/rust-random/rand) from 0.3.1 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@rand_chacha-0.3.1...0.9.0)

---
updated-dependencies:
- dependency-name: rand_chacha
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 28, 2025
1 parent 975f9ca commit 7a5734b
Show file tree
Hide file tree
Showing 2 changed files with 160 additions and 26 deletions.
184 changes: 159 additions & 25 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ proptest-derive = "0.5"
lazy_static = "1.5"
proptest = "1.6"
rand = "0.8"
rand_chacha = "0.3"
rand_chacha = "0.9"
serde_json = "1.0"
num-bigint = "0.4.6"
num-traits = "0.2.19"
Expand Down

0 comments on commit 7a5734b

Please sign in to comment.