From 6845e92feccfd4bd1bb43bf99e85688c8fea01de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 00:33:39 +0000 Subject: [PATCH] chore(deps): bump the validation-deps group across 1 directory with 7 updates Bumps the validation-deps group with 7 updates in the /validation/local_ping_pong_openssl directory: | Package | From | To | | --- | --- | --- | | [cc](https://github.com/rust-lang/cc-rs) | `1.2.57` | `1.2.58` | | [hmac](https://github.com/RustCrypto/MACs) | `0.13.0-rc.6` | `0.13.0` | | [hybrid-array](https://github.com/RustCrypto/hybrid-array) | `0.4.8` | `0.4.10` | | [libc](https://github.com/rust-lang/libc) | `0.2.183` | `0.2.184` | | [rustcrypto-ff](https://github.com/RustCrypto/ff) | `0.14.0-rc.0` | `0.14.0-rc.1` | | [rustcrypto-group](https://github.com/RustCrypto/group) | `0.14.0-rc.0` | `0.14.0-rc.1` | | [sec1](https://github.com/RustCrypto/formats) | `0.8.0` | `0.8.1` | Updates `cc` from 1.2.57 to 1.2.58 - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-lang/cc-rs/compare/cc-v1.2.57...cc-v1.2.58) Updates `hmac` from 0.13.0-rc.6 to 0.13.0 - [Commits](https://github.com/RustCrypto/MACs/compare/hmac-v0.13.0-rc.6...hmac-v0.13.0) Updates `hybrid-array` from 0.4.8 to 0.4.10 - [Changelog](https://github.com/RustCrypto/hybrid-array/blob/master/CHANGELOG.md) - [Commits](https://github.com/RustCrypto/hybrid-array/compare/v0.4.8...v0.4.10) Updates `libc` from 0.2.183 to 0.2.184 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.184/CHANGELOG.md) - [Commits](https://github.com/rust-lang/libc/compare/0.2.183...0.2.184) Updates `rustcrypto-ff` from 0.14.0-rc.0 to 0.14.0-rc.1 - [Changelog](https://github.com/RustCrypto/ff/blob/main/CHANGELOG.md) - [Commits](https://github.com/RustCrypto/ff/compare/v0.14.0-rc.0...v0.14.0-rc.1) Updates `rustcrypto-group` from 0.14.0-rc.0 to 0.14.0-rc.1 - [Changelog](https://github.com/RustCrypto/group/blob/main/CHANGELOG.md) - [Commits](https://github.com/RustCrypto/group/compare/v0.14.0-rc.0...v0.14.0-rc.1) Updates `sec1` from 0.8.0 to 0.8.1 - [Commits](https://github.com/RustCrypto/formats/compare/sec1/v0.8.0...sec1/v0.8.1) --- updated-dependencies: - dependency-name: cc dependency-version: 1.2.58 dependency-type: indirect update-type: version-update:semver-patch dependency-group: validation-deps - dependency-name: hmac dependency-version: 0.13.0 dependency-type: indirect update-type: version-update:semver-patch dependency-group: validation-deps - dependency-name: hybrid-array dependency-version: 0.4.10 dependency-type: indirect update-type: version-update:semver-patch dependency-group: validation-deps - dependency-name: libc dependency-version: 0.2.184 dependency-type: indirect update-type: version-update:semver-patch dependency-group: validation-deps - dependency-name: rustcrypto-ff dependency-version: 0.14.0-rc.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: validation-deps - dependency-name: rustcrypto-group dependency-version: 0.14.0-rc.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: validation-deps - dependency-name: sec1 dependency-version: 0.8.1 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 | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/validation/local_ping_pong_openssl/Cargo.lock b/validation/local_ping_pong_openssl/Cargo.lock index 2d47672..d833498 100644 --- a/validation/local_ping_pong_openssl/Cargo.lock +++ b/validation/local_ping_pong_openssl/Cargo.lock @@ -78,9 +78,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.2.57" +version = "1.2.58" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a0dd1ca384932ff3641c8718a02769f1698e7563dc6974ffd03346116310423" +checksum = "e1e928d4b69e3077709075a938a05ffbedfa53a84c8f766efbf8220bb1ff60e1" dependencies = [ "find-msvc-tools", "shlex", @@ -435,18 +435,18 @@ dependencies = [ [[package]] name = "hmac" -version = "0.13.0-rc.6" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "60017b071c523c9e5a55dd1253582bff6150c5e96a7e8511e419de1ab5ee97f9" +checksum = "6303bc9732ae41b04cb554b844a762b4115a61bfaa81e3e83050991eeb56863f" dependencies = [ "digest", ] [[package]] name = "hybrid-array" -version = "0.4.8" +version = "0.4.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8655f91cd07f2b9d0c24137bd650fe69617773435ee5ec83022377777ce65ef1" +checksum = "3944cf8cf766b40e2a1a333ee5e9b563f854d5fa49d6a8ca2764e97c6eddb214" dependencies = [ "subtle", "typenum", @@ -494,9 +494,9 @@ checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2" [[package]] name = "libc" -version = "0.2.183" +version = "0.2.184" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d" +checksum = "48f5d2a454e16a5ea0f4ced81bd44e4cfc7bd3a507b61887c99fd3538b28e4af" [[package]] name = "libm" @@ -785,9 +785,9 @@ dependencies = [ [[package]] name = "rustcrypto-ff" -version = "0.14.0-rc.0" +version = "0.14.0-rc.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c5db129183b2c139d7d87d08be57cba626c715789db17aec65c8866bfd767d1f" +checksum = "fd2a8adb347447693cd2ba0d218c4b66c62da9b0a5672b17b981e4291ec65ff6" dependencies = [ "rand_core", "subtle", @@ -795,9 +795,9 @@ dependencies = [ [[package]] name = "rustcrypto-group" -version = "0.14.0-rc.0" +version = "0.14.0-rc.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57c4b1463f274a3ff6fb2f44da43e576cb9424367bd96f185ead87b52fe00523" +checksum = "369f9b61aa45933c062c9f6b5c3c50ab710687eca83dd3802653b140b43f85ed" dependencies = [ "rand_core", "rustcrypto-ff", @@ -866,9 +866,9 @@ dependencies = [ [[package]] name = "sec1" -version = "0.8.0" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f46b9a5ab87780a3189a1d704766579517a04ad59de653b7aad7d38e8a15f7dc" +checksum = "d56d437c2f19203ce5f7122e507831de96f3d2d4d3be5af44a0b0a09d8a80e4d" dependencies = [ "base16ct", "ctutils",