From cd9ace952c7e8844fd4f7c6c60991b79f1dd0017 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 14:25:37 +0200 Subject: [PATCH] chore(deps): bump ring from 0.17.4 to 0.17.5 (#167) Bumps [ring](https://github.com/briansmith/ring) from 0.17.4 to 0.17.5. - [Commits](https://github.com/briansmith/ring/commits) --- updated-dependencies: - dependency-name: ring dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9cf414ca..16f749b3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2192,9 +2192,9 @@ dependencies = [ [[package]] name = "ring" -version = "0.17.4" +version = "0.17.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fce3045ffa7c981a6ee93f640b538952e155f1ae3a1a02b84547fc7a56b7059a" +checksum = "fb0205304757e5d899b9c2e448b867ffd03ae7f988002e47cd24954391394d0b" dependencies = [ "cc", "getrandom", @@ -2339,7 +2339,7 @@ dependencies = [ "petname", "rand", "regex", - "ring 0.17.4", + "ring 0.17.5", "serde", "serde_regex", "shuttle-actix-web", diff --git a/Cargo.toml b/Cargo.toml index a186a4ee..888a2f4e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ lazy-regex = "3.0.2" humantime = "2.1.0" humantime-serde = "1.1.1" glob = "0.3.1" -ring = "0.17.4" +ring = "0.17.5" hotwatch = "0.5.0" shuttle-actix-web = { version = "0.29.0", optional = true } shuttle-runtime = { version = "0.29.0", optional = true }