diff --git a/Cargo.toml b/Cargo.toml index 5c6e2d8d..4a7b0731 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.4-alpha.1", default-features = false } untrusted = "0.9" [dev-dependencies]