From 6b1984885fc8533a17af0bc100c2b206bbff57ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 02:52:00 +0000 Subject: [PATCH] chore(deps): 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 8b6f89b..96e7a67 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ md5 = "0.7" hex = "0.4" ## scram libraries base64 = "0.21" -ring = "0.16" +ring = "0.17" stringprep = "0.1.2" x509-certificate = "0.21"