diff --git a/Cargo.toml b/Cargo.toml index a89a5ab..7de39c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ pqcrypto-kyber = { version = "0.7", optional = true } pqcrypto-traits = { version = "0.3", optional = true } # ring crypto provider -ring = { version = "^0.16.2", optional = true, features = ["std"] } +ring = { version = "^0.17.5", optional = true, features = ["std"] } # libsodium crypto provider sodiumoxide = { version = "0.2", optional = true } byteorder = { version = "1.4", optional = true }