diff --git a/impl/rust/pqf-reader/Cargo.toml b/impl/rust/pqf-reader/Cargo.toml index 5b6ac1a..1a370e0 100644 --- a/impl/rust/pqf-reader/Cargo.toml +++ b/impl/rust/pqf-reader/Cargo.toml @@ -21,7 +21,7 @@ ml-kem = "0.2" # Hybrid signatures ed25519-dalek = { version = "2.1", features = ["std"] } -ml-dsa = "0.0.4" +ml-dsa = "0.1.0" # AEAD + hashing + KDF aes-gcm = "0.10"