From 446686ec26996ab13860a78679788ad7f4e1620d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 23:55:56 +0000 Subject: [PATCH] Update ring requirement from 0.16 to 0.17 Updates the requirements on [ring](https://github.com/briansmith/ring) to permit the latest version. - [Commits](https://github.com/briansmith/ring/commits) --- updated-dependencies: - dependency-name: ring dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- merkle/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/merkle/Cargo.toml b/merkle/Cargo.toml index 9bd2259..dd31ee6 100644 --- a/merkle/Cargo.toml +++ b/merkle/Cargo.toml @@ -30,7 +30,7 @@ blake3 ={ features = [], version = "1.3" } decanter.workspace = true hex = "0.4" itertools.workspace = true -ring = { features = ["wasm32_c"], version = "0.16" } +ring = { features = ["wasm32_c"], version = "0.17" } serde.workspace = true serde_json.workspace = true smart-default.workspace = true