Skip to content

Commit 186c303

Browse files
build(deps): bump chacha20 from 0.10.0-rc.5 to 0.10.0-rc.6
Bumps [chacha20](https://github.com/RustCrypto/stream-ciphers) from 0.10.0-rc.5 to 0.10.0-rc.6. - [Commits](RustCrypto/stream-ciphers@chacha20-v0.10.0-rc.5...chacha20-v0.10.0-rc.6) --- updated-dependencies: - dependency-name: chacha20 dependency-version: 0.10.0-rc.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0e4f261 commit 186c303

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

chacha20poly1305/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ rust-version = "1.85"
2121

2222
[dependencies]
2323
aead = { version = "0.6.0-rc.3", default-features = false }
24-
chacha20 = { version = "0.10.0-rc.5", default-features = false, features = ["xchacha"] }
24+
chacha20 = { version = "0.10.0-rc.6", default-features = false, features = ["xchacha"] }
2525
cipher = "0.5.0-rc.2"
2626
poly1305 = "0.9.0-rc.3"
2727
zeroize = { version = "1.8", optional = true, default-features = false }

0 commit comments

Comments
 (0)