From d65345961da32a1854f5e3ecb4d378c1e129c810 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 19:47:13 +0000 Subject: [PATCH] chore(deps): bump the validation-deps group Bumps the validation-deps group in /validation/local_ping_pong_openssl with 2 updates: [crypto-bigint](https://github.com/RustCrypto/crypto-bigint) and [sha2](https://github.com/RustCrypto/hashes). Updates `crypto-bigint` from 0.7.2 to 0.7.3 - [Changelog](https://github.com/RustCrypto/crypto-bigint/blob/master/CHANGELOG.md) - [Commits](https://github.com/RustCrypto/crypto-bigint/compare/v0.7.2...v0.7.3) Updates `sha2` from 0.11.0-rc.5 to 0.11.0 - [Commits](https://github.com/RustCrypto/hashes/compare/sha2-v0.11.0-rc.5...sha2-v0.11.0) --- updated-dependencies: - dependency-name: crypto-bigint dependency-version: 0.7.3 dependency-type: indirect update-type: version-update:semver-patch dependency-group: validation-deps - dependency-name: sha2 dependency-version: 0.11.0 dependency-type: indirect update-type: version-update:semver-patch dependency-group: validation-deps ... Signed-off-by: dependabot[bot] --- validation/local_ping_pong_openssl/Cargo.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/validation/local_ping_pong_openssl/Cargo.lock b/validation/local_ping_pong_openssl/Cargo.lock index 3b1579e..8475edd 100644 --- a/validation/local_ping_pong_openssl/Cargo.lock +++ b/validation/local_ping_pong_openssl/Cargo.lock @@ -164,9 +164,9 @@ dependencies = [ [[package]] name = "crypto-bigint" -version = "0.7.2" +version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e9b6a7421484856c90cb2e996b91068d608539bb4e6f0a111b16d70678824d09" +checksum = "42a0d26b245348befa0c121944541476763dcc46ede886c88f9d12e1697d27c3" dependencies = [ "cpubits", "ctutils", @@ -938,12 +938,12 @@ dependencies = [ [[package]] name = "sha2" -version = "0.11.0-rc.5" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c5f3b1e2dc8aad28310d8410bd4d7e180eca65fca176c52ab00d364475d0024" +checksum = "446ba717509524cb3f22f17ecc096f10f4822d76ab5c0b9822c5f9c284e825f4" dependencies = [ "cfg-if", - "cpufeatures 0.2.17", + "cpufeatures 0.3.0", "digest", ]