From e078b6aebee531bea7be0d0a91aa18883236be1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 23:00:28 +0000 Subject: [PATCH] chore(deps): bump the root-deps group across 1 directory with 6 updates Bumps the root-deps group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [crypto-common](https://github.com/RustCrypto/traits) | `0.2.1` | `0.2.2` | | [cc](https://github.com/rust-lang/cc-rs) | `1.2.61` | `1.2.62` | | [cipher](https://github.com/RustCrypto/traits) | `0.5.1` | `0.5.2` | | [ctr](https://github.com/RustCrypto/block-modes) | `0.10.0` | `0.10.1` | | [hybrid-array](https://github.com/RustCrypto/hybrid-array) | `0.4.11` | `0.4.12` | | [poly1305](https://github.com/RustCrypto/universal-hashes) | `0.9.0-rc.6` | `0.9.0` | Updates `crypto-common` from 0.2.1 to 0.2.2 - [Commits](https://github.com/RustCrypto/traits/compare/crypto-common-v0.2.1...crypto-common-v0.2.2) Updates `cc` from 1.2.61 to 1.2.62 - [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.61...cc-v1.2.62) Updates `cipher` from 0.5.1 to 0.5.2 - [Commits](https://github.com/RustCrypto/traits/compare/cipher-v0.5.1...cipher-v0.5.2) Updates `ctr` from 0.10.0 to 0.10.1 - [Commits](https://github.com/RustCrypto/block-modes/compare/ctr-v0.10.0...ctr-v0.10.1) Updates `hybrid-array` from 0.4.11 to 0.4.12 - [Changelog](https://github.com/RustCrypto/hybrid-array/blob/master/CHANGELOG.md) - [Commits](https://github.com/RustCrypto/hybrid-array/compare/v0.4.11...v0.4.12) Updates `poly1305` from 0.9.0-rc.6 to 0.9.0 - [Commits](https://github.com/RustCrypto/universal-hashes/compare/poly1305-v0.9.0-rc.6...poly1305-v0.9.0) --- updated-dependencies: - dependency-name: crypto-common dependency-version: 0.2.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: root-deps - dependency-name: cc dependency-version: 1.2.62 dependency-type: indirect update-type: version-update:semver-patch dependency-group: root-deps - dependency-name: cipher dependency-version: 0.5.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: root-deps - dependency-name: ctr dependency-version: 0.10.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: root-deps - dependency-name: hybrid-array dependency-version: 0.4.12 dependency-type: indirect update-type: version-update:semver-patch dependency-group: root-deps - dependency-name: poly1305 dependency-version: 0.9.0 dependency-type: indirect update-type: version-update:semver-patch dependency-group: root-deps ... Signed-off-by: dependabot[bot] --- Cargo.lock | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d64ba9b..ece3edb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -78,9 +78,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.2.61" +version = "1.2.62" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d16d90359e986641506914ba71350897565610e87ce0ad9e6f28569db3dd5c6d" +checksum = "a1dce859f0832a7d088c4f1119888ab94ef4b5d6795d1ce05afb7fe159d79f98" dependencies = [ "find-msvc-tools", "shlex", @@ -117,9 +117,9 @@ dependencies = [ [[package]] name = "cipher" -version = "0.5.1" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e34d8227fe1ba289043aeb13792056ff80fd6de1a9f49137a5f499de8e8c78ea" +checksum = "e8cf2a2c93cd704877c0858356ed03480ff301ee950b43f1cbe4573b088bfa6c" dependencies = [ "block-buffer", "crypto-common", @@ -180,9 +180,9 @@ dependencies = [ [[package]] name = "crypto-common" -version = "0.2.1" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77727bb15fa921304124b128af125e7e3b968275d1b108b379190264f4423710" +checksum = "ce6e4c961d6cd6c9a86db418387425e8bdeaf05b3c8bc1411e6dca4c252f1453" dependencies = [ "hybrid-array", "rand_core", @@ -201,9 +201,9 @@ dependencies = [ [[package]] name = "ctr" -version = "0.10.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17469f8eb9bdbfad10f71f4cfddfd38b01143520c0e717d8796ccb4d44d44e42" +checksum = "baaca1c4b237092596f64d571e9db6ce4109c4ef9742e27590f1709594461f21" dependencies = [ "cipher", ] @@ -429,9 +429,9 @@ dependencies = [ [[package]] name = "hybrid-array" -version = "0.4.11" +version = "0.4.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08d46837a0ed51fe95bd3b05de33cd64a1ee88fc797477ca48446872504507c5" +checksum = "9155a582abd142abc056962c29e3ce5ff2ad5469f4246b537ed42c5deba857da" dependencies = [ "subtle", "typenum", @@ -580,9 +580,9 @@ dependencies = [ [[package]] name = "poly1305" -version = "0.9.0-rc.6" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19feddcbdf17fad33f40041c7f9e768faf19455f32a6d52ba1b8b65ffc7b1cae" +checksum = "a00baa632505d05512f48a963e16051c54fda9a95cc9acea1a4e3c90991c4a2e" dependencies = [ "cpufeatures 0.3.0", "universal-hash",