From 524e5ee2a6410f321a15fff37b7a9f6ca73d5683 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 13:23:37 +0000 Subject: [PATCH] Update ring requirement from 0.16.7 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 376a225..fb960d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ assert_matches = "1.1" clap = { version = "4.3", features = ["derive"] } directories-next = "2" hex-literal = "0.4.1" -ring = "0.16.7" +ring = "0.17.5" rcgen = "0.11.1" rustls-pemfile = "1.0.0" tokio = { version = "1.0.1", features = ["rt", "rt-multi-thread", "time", "macros", "sync"] }