From 5270108872194d54b00cbdd6d2bdc542ca019d6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 22:02:04 +0000 Subject: [PATCH] Update ring requirement from 0.16.20 to 0.17.8 in /robohash --- updated-dependencies: - dependency-name: ring dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- robohash/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/robohash/Cargo.toml b/robohash/Cargo.toml index 293af4c..22c7f27 100644 --- a/robohash/Cargo.toml +++ b/robohash/Cargo.toml @@ -19,7 +19,7 @@ path = "src/main.rs" [dependencies] jni = "0.21.1" -ring = "0.16.20" +ring = "0.17.8" anyhow = "1.0.66" data-encoding = "2.3.2" byteorder = "1.4.3"