From 9a64ed8faca96e8d030943ecf53a875e6e26bcf8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 18:12:24 +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 63fd93f..bd8ef0a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ env_logger = "0.11" parking_lot = "0.12" futures = "0.3" hex = "0.4.3" -ring = "0.17" +ring = "0.17.8" tokio = { version = "1.37", features = ["full"] } serde_json = "1.0" octocrab = "0.38"