Skip to content

Commit

Permalink
build(deps): 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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 1, 2025
1 parent 962b048 commit 4df56fe
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 15 deletions.
98 changes: 84 additions & 14 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 @@ -38,7 +38,7 @@ hex-literal = "0.4.1"
proptest = "1"
serde_test = "1.0.89"
rand_xorshift = "0.3"
rand_chacha = "0.3"
rand_chacha = "0.9"
rand = "0.8"
rand_core = { version = "0.6", default-features = false }
sha1 = { version = "=0.11.0-pre.4", default-features = false, features = ["oid"] }
Expand Down

0 comments on commit 4df56fe

Please sign in to comment.