From 74bb18828846797909131e2ab6027fdd0fafe01b Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Fri, 6 Oct 2023 17:12:49 -0700 Subject: [PATCH] Use *ring* 0.17.2. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5c52cc3f..462997d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ alloc = ["ring/alloc"] std = ["alloc"] [dependencies] -ring = { version = "0.17.0", default-features = false } +ring = { version = "0.17.2", default-features = false } untrusted = "0.9" [dev-dependencies]