From 6643fc7907492b2f0d8168cb443b661f0f70f171 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 18:30:38 +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 08b37ce..dd4379a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ msrv = "1.65.0" # Nov 3, 2022 atty = "0.2.14" base64 = "0.21" log = "0.4" -ring = "0.16" +ring = "0.17" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" thiserror = "1.0"