From f839c8ec04a0b311bf099d269eb516b9df7b509f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 16:52:31 +0000 Subject: [PATCH] Update ring requirement from 0.16.20 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] --- host/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host/Cargo.toml b/host/Cargo.toml index 125a7f8..30172aa 100644 --- a/host/Cargo.toml +++ b/host/Cargo.toml @@ -8,7 +8,7 @@ futures = "0.3" pin-project = "1.0" sprockets-common = { path = "../common", features = ["rand"]} sprockets-session = { path = "../session" } -ring = "0.16.20" +ring = "0.17.5" hubpack = { version = "0.1", optional = true } derive_more = "0.99.17" serde = { version = "1.0.136", features = ["derive"] }