Skip to content

Commit 5b49350

Browse files
build(deps): update aes-gcm requirement in /impl/rust/pqf-reader
Updates the requirements on [aes-gcm](https://github.com/RustCrypto/AEADs) to permit the latest version. - [Commits](RustCrypto/AEADs@aes-gcm-v0.10.0...aes-gcm-v0.11.0) --- updated-dependencies: - dependency-name: aes-gcm dependency-version: 0.11.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 71bdeb5 commit 5b49350

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

impl/rust/pqf-reader/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ ed25519-dalek = { version = "3.0", features = ["alloc"] }
3636
ml-dsa = "0.1.0"
3737

3838
# AEAD + hashing + KDF
39-
aes-gcm = "0.10"
39+
aes-gcm = "0.11"
4040
sha2 = "0.11"
4141
sha3 = "0.12" # X-Wing combiner (SHA3-256)
4242
hkdf = "0.13"

0 commit comments

Comments
 (0)