From 18dfbdf9145bf575097a8e6f9557a3efb2ca866d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 22:01:49 +0000 Subject: [PATCH] Update ring requirement from 0.16.20 to 0.17.8 in /robonames --- updated-dependencies: - dependency-name: ring dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- robonames/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/robonames/Cargo.toml b/robonames/Cargo.toml index d2445f9..258dc0a 100644 --- a/robonames/Cargo.toml +++ b/robonames/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" jni = "0.21.1" data-encoding = "2.4.0" num = "0.4.1" -ring = "0.16.20" +ring = "0.17.8" sha2 = "0.10.1" prefer-dynamic = "0"