Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Commit

Permalink
Update chacha20poly1305 requirement from 0.9 to 0.10
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.9.0...chacha20poly1305-v0.10.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 4, 2022
1 parent 4bec9d2 commit f309f16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion utils/rc-bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2018"
[dev-dependencies]
evercrypt-provider = { path = "../evercrypt-provider" }
hacspec-provider = { path = "../../provider" }
chacha20poly1305 = "0.9"
chacha20poly1305 = "0.10"
criterion = "^0.3"
rand = "^0.8"

Expand Down
2 changes: 1 addition & 1 deletion utils/rc-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ edition = "2018"
[dev-dependencies]
evercrypt-provider = { path = "../evercrypt-provider" }
hacspec-provider = { path = "../../provider" }
chacha20poly1305 = "0.9"
chacha20poly1305 = "0.10"
serde_json = "1.0"
serde = {version = "1.0", features = ["derive"]}

0 comments on commit f309f16

Please sign in to comment.