Skip to content

Commit 79cc518

Browse files
build(deps): bump rand_chacha from 0.3.1 to 0.9.0
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]>
1 parent 2ab56b0 commit 79cc518

File tree

2 files changed

+108
-7
lines changed

2 files changed

+108
-7
lines changed

Diff for: Cargo.lock

+107-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: chacha20/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ cpufeatures = "0.2"
3333
[dev-dependencies]
3434
cipher = { version = "=0.5.0-pre.7", features = ["dev"] }
3535
hex-literal = "0.4"
36-
rand_chacha = "0.3.1"
36+
rand_chacha = "0.9.0"
3737
serde_json = "1.0" # Only to test serde1
3838

3939
[features]

0 commit comments

Comments
 (0)