From 64a349cff1f45200ca9a93a869f2b2bf5eb95f6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 08:42:36 +0000 Subject: [PATCH] Update ring requirement from ^0.16.2 to ^0.17.5 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] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a89a5ab..7de39c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ pqcrypto-kyber = { version = "0.7", optional = true } pqcrypto-traits = { version = "0.3", optional = true } # ring crypto provider -ring = { version = "^0.16.2", optional = true, features = ["std"] } +ring = { version = "^0.17.5", optional = true, features = ["std"] } # libsodium crypto provider sodiumoxide = { version = "0.2", optional = true } byteorder = { version = "1.4", optional = true }