From afc9df5122385d245272a9ab7c98dacfbd712385 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 08:22:49 +0000 Subject: [PATCH] Update ring requirement from 0.16.20 to 0.17.7 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..60e4598 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.7" sha2 = "0.10.1"