Skip to content

Commit

Permalink
Update chacha20poly1305 requirement from 0.8 to 0.9 (mcginty#122)
Browse files Browse the repository at this point in the history
Updates the requirements on [chacha20poly1305](https://github.com/RustCrypto/AEADs) to permit the latest version.
- [Release notes](https://github.com/RustCrypto/AEADs/releases)
- [Commits](RustCrypto/AEADs@aes-gcm-v0.8.0...chacha20poly1305-v0.9.0)

---
updated-dependencies:
- dependency-name: chacha20poly1305
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 13, 2021
1 parent b33cc60 commit 6524852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ subtle = "2.4"

# default crypto provider
aes-gcm = { version = "0.9", optional = true }
chacha20poly1305 = { version = "0.8", optional = true }
chacha20poly1305 = { version = "0.9", optional = true }
blake2 = { version = "0.9", optional = true }
rand = { version = "0.8", optional = true }
sha2 = { version = "0.9", optional = true }
Expand Down

0 comments on commit 6524852

Please sign in to comment.