From c693cfd74917f873b5cf12ecb9444ef8bc5a2869 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 22:38:01 +0000 Subject: [PATCH] Update Rust crate ring to 0.17 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9ad1d68..ae6bc6e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ env_logger = "0.10" parking_lot = "0.12" futures = "0.3" hex = "0.4" -ring = "0.16" +ring = "0.17" tokio = { version = "1.35", features = ["full"] } serde_json = "1.0" octocrab = "0.33"