From a06f2a1f75e00222cc4496f521b3f26245648640 Mon Sep 17 00:00:00 2001 From: mii Date: Mon, 8 Apr 2024 17:03:02 +0900 Subject: [PATCH] update ring --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6b5581b..53378e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,9 +27,9 @@ dss = [] [dependencies] base64 = "0.9.0" rand = "^0.4.2" -ring = "^0.12" -merkle_sigs = "^1.4" -protobuf = ">= 1.4, < 1.6" +ring = "0.17.8" +merkle_sigs = { git = "https://github.com/mii443/merkle_sigs.rs" } +protobuf = "3.4.0" [dependencies.error-chain] version = "0.11.0"