From 2dae2124f5cb4f1c35740b01d91c70ec7b791b48 Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Sat, 17 Feb 2024 15:08:36 -0800 Subject: [PATCH] wip --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]