From 6497aab96078f751e88460f7fab37bc3df63fe39 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..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]