diff --git a/Cargo.toml b/Cargo.toml index 5c52cc3f..462997d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ alloc = ["ring/alloc"] std = ["alloc"] [dependencies] -ring = { version = "0.17.0", default-features = false } +ring = { version = "0.17.2", default-features = false } untrusted = "0.9" [dev-dependencies]