From 2a4cfdc617f0deed7bf865f12ee3962a64117441 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 21:09:40 +0000 Subject: [PATCH] Update Rust crate ring to 0.17.8 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0457b0b..5dd28ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ reqwest = { version = "0.11", default-features = false, features = ["json", "str reqwest-middleware = "0.2" reqwest-retry = "0.3.0" reqwest-tracing = "0.4.8" -ring = "0.17.7" +ring = "0.17.8" rsa = "0.9.6" rustfmt-wrapper = "0.2.1" schemars = "0.8.16"