diff --git a/Cargo.toml b/Cargo.toml index 04618a0..a1c4737 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ alloc = ["ring/alloc"] std = ["alloc"] [dependencies] -ring = { version = "0.17.2", default-features = false } +ring = { version = "0.17.8", default-features = false } untrusted = "0.9" [dev-dependencies]