diff --git a/impl/rust/pqf-reader/Cargo.toml b/impl/rust/pqf-reader/Cargo.toml index 33cf366..499375e 100644 --- a/impl/rust/pqf-reader/Cargo.toml +++ b/impl/rust/pqf-reader/Cargo.toml @@ -36,7 +36,7 @@ ed25519-dalek = { version = "2.1", features = ["std"] } ml-dsa = "0.1.0" # AEAD + hashing + KDF -aes-gcm = "0.10" +aes-gcm = "0.11" sha2 = "0.11" sha3 = "0.12" # X-Wing combiner (SHA3-256) hkdf = "0.13"