Skip to content

Commit

Permalink
Bump chacha20poly1305 from 0.9.1 to 0.10.1
Browse files Browse the repository at this point in the history
Bumps [chacha20poly1305](https://github.com/RustCrypto/AEADs) from 0.9.1 to 0.10.1.
- [Release notes](https://github.com/RustCrypto/AEADs/releases)
- [Commits](RustCrypto/AEADs@chacha20poly1305-v0.9.1...chacha20poly1305-v0.10.1)

---
updated-dependencies:
- dependency-name: chacha20poly1305
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 25, 2023
1 parent d7dc988 commit 4beb754
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 78 deletions.
90 changes: 13 additions & 77 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ark-ed-on-bls12-377 = { git = "https://github.com/arkworks-rs/curves", default-f
ark-ff = { version = "0.3.0", default-features = false }
ark-serialize = { version = "0.3.0", default-features = false }
ark-std = { version = "0.3.0", default-features = false }
chacha20poly1305 = "0.9.0"
chacha20poly1305 = "0.10.1"
curve25519-dalek = "4.0.0-pre.1"
displaydoc = { version = "0.2.3", default-features = false }
hkdf = "0.12.0"
Expand Down

0 comments on commit 4beb754

Please sign in to comment.