diff --git a/frodo-kem/Cargo.toml b/frodo-kem/Cargo.toml index ce0e3f3..53d79b9 100644 --- a/frodo-kem/Cargo.toml +++ b/frodo-kem/Cargo.toml @@ -59,7 +59,7 @@ hex = { version = "0.4", optional = true } openssl-sys = { version = "0.9.104", optional = true } rand_core = { version = "0.6", features = ["std"] } serde = { version = "1.0", features = ["derive"], optional = true } -serdect = "0.3.0" +serdect = "0.3" subtle = "2.6" thiserror = "2.0"