From 0da41ad7b1478b2a2461341f65ba205c2b48101c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 19:47:15 +0000 Subject: [PATCH] chore(deps): bump the validation-deps group across 1 directory with 9 updates Bumps the validation-deps group with 9 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` | | [cmov](https://github.com/RustCrypto/utils) | `0.5.2` | `0.5.3` | | [ctutils](https://github.com/RustCrypto/utils) | `0.4.0` | `0.4.1` | | [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 `cmov` from 0.5.2 to 0.5.3 - [Commits](https://github.com/RustCrypto/utils/compare/cmov-v0.5.2...cmov-v0.5.3) Updates `ctutils` from 0.4.0 to 0.4.1 - [Commits](https://github.com/RustCrypto/utils/compare/ctutils-v0.4.0...ctutils-v0.4.1) 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: cmov dependency-version: 0.5.3 dependency-type: indirect update-type: version-update:semver-patch dependency-group: validation-deps - dependency-name: ctutils dependency-version: 0.4.1 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 | 36 +++++++++---------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/validation/local_ping_pong_openssl/Cargo.lock b/validation/local_ping_pong_openssl/Cargo.lock index 2d47672..c715b38 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", @@ -128,9 +128,9 @@ dependencies = [ [[package]] name = "cmov" -version = "0.5.2" +version = "0.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de0758edba32d61d1fd9f4d69491b47604b91ee2f7e6b33de7e54ca4ebe55dc3" +checksum = "3f88a43d011fc4a6876cb7344703e297c71dda42494fee094d5f7c76bf13f746" [[package]] name = "const-oid" @@ -210,9 +210,9 @@ dependencies = [ [[package]] name = "ctutils" -version = "0.4.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1005a6d4446f5120ef475ad3d2af2b30c49c2c9c6904258e3bb30219bebed5e4" +checksum = "66270f854fb5b25a21ffc0ee8c214c309ef1ce60988e448f6433a0b4736d2609" dependencies = [ "cmov", "subtle", @@ -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",