From 5e92b9e3f11bfc8bd465c1c032fc6888841d6b3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 17:45:07 +0000 Subject: [PATCH] Bump ring from 0.17.12 to 0.17.14 in /libappguard Bumps [ring](https://github.com/briansmith/ring) from 0.17.12 to 0.17.14. - [Changelog](https://github.com/briansmith/ring/blob/main/RELEASES.md) - [Commits](https://github.com/briansmith/ring/commits) --- updated-dependencies: - dependency-name: ring dependency-version: 0.17.14 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- libappguard/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libappguard/Cargo.lock b/libappguard/Cargo.lock index 5194140..6b07397 100644 --- a/libappguard/Cargo.lock +++ b/libappguard/Cargo.lock @@ -540,9 +540,9 @@ dependencies = [ [[package]] name = "ring" -version = "0.17.12" +version = "0.17.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed9b823fa29b721a59671b41d6b06e66b29e0628e207e8b1c3ceeda701ec928d" +checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" dependencies = [ "cc", "cfg-if",