Skip to content

Commit

Permalink
build(deps): bump chacha20 from 0.10.0-pre.2 to 0.10.0-pre.3
Browse files Browse the repository at this point in the history
Bumps [chacha20](https://github.com/RustCrypto/stream-ciphers) from 0.10.0-pre.2 to 0.10.0-pre.3.
- [Commits](RustCrypto/stream-ciphers@chacha20-v0.10.0-pre.2...chacha20-v0.10.0-pre.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 29, 2025
1 parent b5a7eff commit 7231af5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 chacha20poly1305/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ rust-version = "1.81"

[dependencies]
aead = { version = "0.6.0-rc.0", default-features = false }
chacha20 = { version = "=0.10.0-pre.2", default-features = false, features = ["xchacha"] }
chacha20 = { version = "=0.10.0-pre.3", default-features = false, features = ["xchacha"] }
cipher = "=0.5.0-pre.7"
poly1305 = "0.9.0-rc.0"
zeroize = { version = "1.8", optional = true, default-features = false }
Expand Down

0 comments on commit 7231af5

Please sign in to comment.