From 50f4a2f372880a2c0a81fc5d5ab45c7eb8aa681c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 00:47:10 +0000 Subject: [PATCH] build(deps): update ring requirement from 0.16.20 to 0.17.7 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] --- poem/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/poem/Cargo.toml b/poem/Cargo.toml index 882ed91e30..d4c6d57cf0 100644 --- a/poem/Cargo.toml +++ b/poem/Cargo.toml @@ -149,7 +149,7 @@ fluent-langneg = { version = "0.13.0", optional = true } fluent-syntax = { version = "0.11.0", optional = true } unic-langid = { version = "0.9.0", optional = true, features = ["macros"] } intl-memoizer = { version = "0.5.1", optional = true } -ring = { version = "0.16.20", optional = true } +ring = { version = "0.17.7", optional = true } reqwest = { workspace = true, features = ["json"], optional = true } rcgen = { version = "0.11.1", optional = true } x509-parser = { version = "0.15.0", optional = true }