From db29a100c37b0fb8f587031ad444b1f949b24b5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 08:33:06 +0000 Subject: [PATCH] Update ring requirement from 0.16.20 to 0.17.7 in /robohash 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] --- robohash/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/robohash/Cargo.toml b/robohash/Cargo.toml index 5e6866e..1f766f4 100644 --- a/robohash/Cargo.toml +++ b/robohash/Cargo.toml @@ -18,7 +18,7 @@ path = "src/main.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -ring = "0.16.20" +ring = "0.17.7" anyhow = "1.0.66" data-encoding = "2.3.2" byteorder = "1.4.3"