From b67763e3b9d6b18cc1ac98230cd41b2621b3718d Mon Sep 17 00:00:00 2001 From: Nick Spinale Date: Thu, 11 Apr 2024 23:33:59 +0000 Subject: [PATCH] Update ring dependency Signed-off-by: Nick Spinale --- Cargo.lock | 2 +- Cargo.nix | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 52db3b5c5..484aedf4c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1680,7 +1680,7 @@ dependencies = [ [[package]] name = "ring" version = "0.17.8" -source = "git+https://github.com/coliasgroup/ring.git?rev=5a6085b525d2f2651c30fc6e9133ed32f92bc622#5a6085b525d2f2651c30fc6e9133ed32f92bc622" +source = "git+https://github.com/coliasgroup/ring.git?rev=0e644b7837cffcd53a3ff67d7f478801b4e9e0ed#0e644b7837cffcd53a3ff67d7f478801b4e9e0ed" dependencies = [ "cc", "cfg-if", diff --git a/Cargo.nix b/Cargo.nix index bc456f79f..22c734ced 100644 --- a/Cargo.nix +++ b/Cargo.nix @@ -26,7 +26,7 @@ patch.crates-io = { ring = { git = "https://github.com/coliasgroup/ring.git"; - rev = "5a6085b525d2f2651c30fc6e9133ed32f92bc622"; + rev = "0e644b7837cffcd53a3ff67d7f478801b4e9e0ed"; }; }; } diff --git a/Cargo.toml b/Cargo.toml index e01032889..80dd5a986 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -144,4 +144,4 @@ members = [ [patch.crates-io.ring] git = "https://github.com/coliasgroup/ring.git" -rev = "5a6085b525d2f2651c30fc6e9133ed32f92bc622" +rev = "0e644b7837cffcd53a3ff67d7f478801b4e9e0ed"