From 4dddd1a976b39d8b7e9466fc079c2b0212d5d36a Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Mon, 9 Oct 2023 21:48:36 -0700 Subject: [PATCH] wip --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5c6e2d8d..09bd226e 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.5-alpha.1", default-features = false } untrusted = "0.9" [dev-dependencies]