Skip to content

Commit 3eb9db3

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

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.2", default-features = false }
24-
chacha20 = { version = "0.10.0-rc.2", default-features = false, features = ["xchacha"] }
24+
chacha20 = { version = "0.10.0-rc.3", default-features = false, features = ["xchacha"] }
2525
cipher = "0.5.0-rc.1"
2626
poly1305 = "0.9.0-rc.2"
2727
zeroize = { version = "1.8", optional = true, default-features = false }

0 commit comments

Comments
 (0)