Skip to content

Commit

Permalink
build(deps): bump rand_core from 0.9.0-alpha.2 to 0.9.0-beta.0
Browse files Browse the repository at this point in the history
Bumps [rand_core](https://github.com/rust-random/rand) from 0.9.0-alpha.2 to 0.9.0-beta.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.9.0-alpha.2...0.9.0-beta.0)

---
updated-dependencies:
- dependency-name: rand_core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 27, 2024
1 parent c723b3d commit 96a6175
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 7 deletions.
32 changes: 26 additions & 6 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 chacha20/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ categories = ["cryptography", "no-std"]
[dependencies]
cfg-if = "1"
cipher = { version = "=0.5.0-pre.7", optional = true }
rand_core = { version = "0.9.0-alpha.2", optional = true, default-features = false }
rand_core = { version = "0.9.0-beta.0", optional = true, default-features = false }
serde = { version = "1.0", features = ["derive"], optional = true }

# `zeroize` is an explicit dependency because this crate may be used without the `cipher` crate
Expand Down

0 comments on commit 96a6175

Please sign in to comment.