From d4fb05d3c0a44a1ee3f4ed1273aa5dc5a8221811 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 07:28:41 +0000 Subject: [PATCH] Bump ring from 0.17.4 to 0.17.5 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] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 37c15282..0363dd60 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -810,7 +810,7 @@ dependencies = [ "pulldown-cmark", "rand", "reqwest", - "ring 0.17.4", + "ring 0.17.5", "rss", "rust-stemmers", "serde", @@ -2142,9 +2142,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", diff --git a/Cargo.toml b/Cargo.toml index 014bd96c..676a6fbe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ once_cell = "*" pulldown-cmark = { version = "0.9", features = ["simd"], default-features = false } rand = "0.8" reqwest = { version = "0.11", default-features = false, features = ["rustls-tls", "socks"] } -ring = { version = "0.17.0", default-features = false } +ring = { version = "0.17.5", default-features = false } rss = { version = "2.0", default-features = false } rust-stemmers = "1.2.0" serde = { version = "1.0", features = ["derive"] }