From 30a2e72dfd04601575cdf98c277979f3fb7f8206 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 02:59:48 +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] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 080e3a1e1..efc9a3499 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,7 +61,7 @@ sha2 = "0.10" x25519-dalek-ng = "1.1" sha3 = "0.10" # Benchmarking "Ring" -ring = "0.16" +ring = "0.17" [target.'cfg(target_arch = "wasm32")'.dev-dependencies] wasm-bindgen-test = "0.3"