From 9359a944c2d3cfa962927fa95c96f7a07536a953 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 19:45:00 +0000 Subject: [PATCH] chore(deps): bump the validation-deps group across 1 directory with 7 updates Bumps the validation-deps group with 6 updates in the /validation/local_ping_pong_openssl directory: | Package | From | To | | --- | --- | --- | | [aes](https://github.com/RustCrypto/block-ciphers) | `0.9.2` | `0.9.3` | | [cc](https://github.com/rust-lang/cc-rs) | `1.4.4` | `1.4.5` | | [chacha20](https://github.com/RustCrypto/stream-ciphers) | `0.10.1` | `0.10.2` | | [cpufeatures](https://github.com/RustCrypto/utils) | `0.3.0` | `0.3.1` | | [syn](https://github.com/dtolnay/syn) | `3.0.4` | `3.0.5` | | [wnaf](https://github.com/RustCrypto/elliptic-curves) | `0.14.0` | `0.14.1` | Updates `aes` from 0.9.2 to 0.9.3 - [Commits](https://github.com/RustCrypto/block-ciphers/compare/aes-v0.9.2...aes-v0.9.3) Updates `cc` from 1.4.4 to 1.4.5 - [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.4.4...cc-v1.4.5) Updates `chacha20` from 0.10.1 to 0.10.2 - [Commits](https://github.com/RustCrypto/stream-ciphers/compare/chacha20-v0.10.1...chacha20-v0.10.2) Updates `cpufeatures` from 0.3.0 to 0.3.1 - [Commits](https://github.com/RustCrypto/utils/compare/cpufeatures-v0.3.0...cpufeatures-v0.3.1) Updates `find-msvc-tools` from 0.1.11 to 0.1.12 - [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/find-msvc-tools-v0.1.11...find-msvc-tools-v0.1.12) Updates `syn` from 3.0.4 to 3.0.5 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/3.0.4...3.0.5) Updates `wnaf` from 0.14.0 to 0.14.1 - [Commits](https://github.com/RustCrypto/elliptic-curves/compare/wnaf/v0.14.0...wnaf/v0.14.1) --- updated-dependencies: - dependency-name: aes dependency-version: 0.9.3 dependency-type: indirect update-type: version-update:semver-patch dependency-group: validation-deps - dependency-name: cc dependency-version: 1.4.5 dependency-type: indirect update-type: version-update:semver-patch dependency-group: validation-deps - dependency-name: chacha20 dependency-version: 0.10.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: validation-deps - dependency-name: cpufeatures dependency-version: 0.3.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: validation-deps - dependency-name: find-msvc-tools dependency-version: 0.1.12 dependency-type: indirect update-type: version-update:semver-patch dependency-group: validation-deps - dependency-name: syn dependency-version: 3.0.5 dependency-type: indirect update-type: version-update:semver-patch dependency-group: validation-deps - dependency-name: wnaf dependency-version: 0.14.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 | 31 ++++++++++--------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/validation/local_ping_pong_openssl/Cargo.lock b/validation/local_ping_pong_openssl/Cargo.lock index 739f720..9ba1fe7 100644 --- a/validation/local_ping_pong_openssl/Cargo.lock +++ b/validation/local_ping_pong_openssl/Cargo.lock @@ -14,9 +14,9 @@ dependencies = [ [[package]] name = "aes" -version = "0.9.2" +version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8eb277bec05f56a0e0591f155a484cbd0f4f07ff2905051a48c72f004f7ed58" +checksum = "35f0f96ce78e38c3dc6d8948aa8163d06385be74000f3c7a95bf1eef35d3ea32" dependencies = [ "cipher", "cpubits", @@ -72,9 +72,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.4.4" +version = "1.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ad534f4357a5264cce5019c989cf66a4f0dc4e0d1b1d15f8aacec0ff7360273" +checksum = "005ec2760ca554fae18df7a11195552ec576cd665632a881bc011d5bb2fd4d80" dependencies = [ "find-msvc-tools", "shlex", @@ -88,9 +88,9 @@ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" [[package]] name = "chacha20" -version = "0.10.1" +version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d524456ba66e72eb8b115ff89e01e497f8e6d11d78b70b1aa13c0fbd97540a81" +checksum = "65c35e4b699c7e15ccbe7ee35c005e4fc0a278d22238a2857e6ce2dadeda1b06" dependencies = [ "cfg-if", "cipher", @@ -140,9 +140,9 @@ checksum = "15b85f9c39137c3a891689859392b1bd49812121d0d61c9caf00d46ed5ce06ae" [[package]] name = "cpufeatures" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201" +checksum = "5ca28b0ae3115b884660db4118d803791fd6756b6e88f39c0f3f7859060d7566" dependencies = [ "libc", ] @@ -332,9 +332,9 @@ checksum = "64cd1e32ddd350061ae6edb1b082d7c54915b5c672c389143b9a63403a109f24" [[package]] name = "find-msvc-tools" -version = "0.1.11" +version = "0.1.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d45db016d36b838f563236e9193d0ee6ce38f3f68b6c94e914b4929c96bbb890" +checksum = "3e0f1c7c3a72c66fd80abe965175f7523475c0489a87d3ff9d6e8c87d87a9d2d" [[package]] name = "foreign-types" @@ -802,7 +802,7 @@ checksum = "e7a5d71263a5a7d47b41f6b3f06ba276f10cc18b0931f1799f710578e2309348" dependencies = [ "proc-macro2", "quote", - "syn 3.0.4", + "syn 3.0.5", ] [[package]] @@ -871,9 +871,9 @@ dependencies = [ [[package]] name = "syn" -version = "3.0.4" +version = "3.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6275cddf4610d1775e6d1fe9469b2e77d0f39fd98fb7450901b821e0c53649f" +checksum = "12df2e0110f65b775f769bb17ef989067a1d931b2eb822bd4346631eeada89f9" dependencies = [ "proc-macro2", "quote", @@ -995,13 +995,14 @@ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" [[package]] name = "wnaf" -version = "0.14.0" +version = "0.14.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab12e7090f27e2ffd9322651492942d50c2926094af30601e1964337db39daf1" +checksum = "795ca18b3fdb5e62bf982199278341ddcf7ebf7d32e25e212ad05d496e95f6fa" dependencies = [ "ff", "group", "hybrid-array", + "primefield", ] [[package]]