From 8bc74ce2cb9b271bca8a5700daae3536de83fa0f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 22 Jun 2025 03:15:50 +0000 Subject: [PATCH] Update Rust crate ring to 0.17.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7629627..a8151d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ env_logger = "0.10.0" hex = "0.4.3" rayon = "1.7.0" regex = "1.9.5" -ring = "0.16.20" +ring = "0.17.0" walkdir = "2.4.0" chrono = { version = "0.4.38", features = ["serde"] } futures = "0.3.30"