From 62cdf6ccd982b5f9f4b8fc766514f50b84aba7d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Mar 2025 17:00:48 +0000 Subject: [PATCH] chore(deps): bump ring Bumps the cargo group with 1 update in the /src/lambda-extensions/rusty-lambda-extension directory: [ring](https://github.com/briansmith/ring). Updates `ring` from 0.17.11 to 0.17.13 - [Changelog](https://github.com/briansmith/ring/blob/main/RELEASES.md) - [Commits](https://github.com/briansmith/ring/commits) --- updated-dependencies: - dependency-name: ring dependency-type: indirect dependency-group: cargo ... Signed-off-by: dependabot[bot] --- src/lambda-extensions/rusty-lambda-extension/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lambda-extensions/rusty-lambda-extension/Cargo.lock b/src/lambda-extensions/rusty-lambda-extension/Cargo.lock index c8f5eb2..775454b 100644 --- a/src/lambda-extensions/rusty-lambda-extension/Cargo.lock +++ b/src/lambda-extensions/rusty-lambda-extension/Cargo.lock @@ -1348,9 +1348,9 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[package]] name = "ring" -version = "0.17.11" +version = "0.17.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da5349ae27d3887ca812fb375b45a4fbb36d8d12d2df394968cd86e35683fe73" +checksum = "70ac5d832aa16abd7d1def883a8545280c20a60f523a370aa3a9617c2b8550ee" dependencies = [ "cc", "cfg-if",