From 7658324c33a6260c825b358aed5b5bf0a633bf64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 10:44:55 +0000 Subject: [PATCH] Update ring requirement from ^0.16 to ^0.17 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 290f48e..b6ebe7b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ blake2 = { version = "^0.9.2", optional = true } chacha20poly1305 = { version = "^0.9.0", optional = true } chrono = { version = "^0.4", optional = true, features = ["serde"] } openssl = { version = "~0.10.36", optional = true } -ring = { version = "^0.16", features = ["std"] } +ring = { version = "^0.17", features = ["std"] } serde_json = { version = "^1.0.68", optional = true } time = { version = "^0.3", optional = true, features = ["serde-human-readable"] } thiserror = "^1.0.29"