From 302a5ae64de299c787c6073ba1dc58a9f2294496 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 08:12:27 +0000 Subject: [PATCH] Update ring requirement from 0.16.20 to 0.17.6 in /robonames 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] --- robonames/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/robonames/Cargo.toml b/robonames/Cargo.toml index b0634b8..7f1c538 100644 --- a/robonames/Cargo.toml +++ b/robonames/Cargo.toml @@ -8,5 +8,5 @@ edition = "2021" [dependencies] data-encoding = "2.4.0" num = "0.4.1" -ring = "0.16.20" +ring = "0.17.6" sha2 = "0.10.1"