From 9d902986c04c472ba0d8b4d91007972e63b7e118 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 03:41:02 +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 6c6db0e..a1b0ce8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ hex-literal = "0.4" hmac = "0.12" lz4_flex = "0.11" plist = "1.3" -ring = "0.16" +ring = "0.17" serde = "1.0" serde_derive = "1.0" sha-1 = "0.10"