From dd87b467f6062fc4bb4fb9af2fa0a7bc71f9f9b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 07:28:02 +0000 Subject: [PATCH] [cargo](deps): Update ring requirement from 0.16.20 to 0.17.4 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] --- rubble/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rubble/Cargo.toml b/rubble/Cargo.toml index 69f30679..40ea2030 100644 --- a/rubble/Cargo.toml +++ b/rubble/Cargo.toml @@ -22,9 +22,9 @@ sha2 = { version = "0.10.7", default-features = false } zerocopy = "0.6.1" defmt = "0.3.5" p256 = { version="0.13.2", default-features = false, features = ["arithmetic"]} -ring = { version = "0.16.20", default-features = false, optional = true } +ring = { version = "0.17.4", default-features = false, optional = true } log = { version = "0.4.19", optional = true } [dev-dependencies] p256 = { version = "0.13.2", default-features = false, features = ["arithmetic"]} -ring = "0.16.20" +ring = "0.17.4"