From bc098193db9488d12ae58cbedb2af479c713a054 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 21:10:20 +0000 Subject: [PATCH] Bump the all-deps group with 4 updates Bumps the all-deps group with 4 updates: [cipher](https://github.com/RustCrypto/traits), [cpubits](https://github.com/RustCrypto/utils), [crypto-common](https://github.com/RustCrypto/traits) and [hybrid-array](https://github.com/RustCrypto/hybrid-array). Updates `cipher` from 0.5.0-rc.8 to 0.5.0 - [Commits](https://github.com/RustCrypto/traits/compare/cipher-v0.5.0-rc.8...cipher-v0.5.0) Updates `cpubits` from 0.1.0-rc.3 to 0.1.0 - [Commits](https://github.com/RustCrypto/utils/compare/cpubits-v0.1.0-rc.3...cpubits-v0.1.0) Updates `crypto-common` from 0.2.0-rc.15 to 0.2.0 - [Commits](https://github.com/RustCrypto/traits/compare/crypto-common-v0.2.0-rc.15...crypto-common-v0.2.0) Updates `hybrid-array` from 0.4.6 to 0.4.7 - [Changelog](https://github.com/RustCrypto/hybrid-array/blob/master/CHANGELOG.md) - [Commits](https://github.com/RustCrypto/hybrid-array/compare/v0.4.6...v0.4.7) --- updated-dependencies: - dependency-name: cipher dependency-version: 0.5.0 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: cpubits dependency-version: 0.1.0 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: crypto-common dependency-version: 0.2.0 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: hybrid-array dependency-version: 0.4.7 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-deps ... Signed-off-by: dependabot[bot] --- Cargo.lock | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 58103c7..06f8ab5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -67,9 +67,9 @@ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" [[package]] name = "cipher" -version = "0.5.0-rc.8" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9002c8edb9b1e21938663da3489c9c4403bba2393997fb2ecbd401386c0e71dc" +checksum = "64727038c8c5e2bb503a15b9f5b9df50a1da9a33e83e1f93067d914f2c6604a5" dependencies = [ "block-buffer", "crypto-common", @@ -93,9 +93,9 @@ dependencies = [ [[package]] name = "cpubits" -version = "0.1.0-rc.3" +version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "11a8c0210fa48ba3ea04ac1e9c6e72ae66009db3b1f1745635d4ff2e58eaadd0" +checksum = "5ef0c543070d296ea414df2dd7625d1b24866ce206709d8a4a424f28377f5861" [[package]] name = "cpufeatures" @@ -108,9 +108,9 @@ dependencies = [ [[package]] name = "crypto-common" -version = "0.2.0-rc.15" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f8441110cea75afde0b89a8d796e2bc67b23432f5a9566cb15d9d365d91a2b0" +checksum = "211f05e03c7d03754740fd9e585de910a095d6b99f8bcfffdef8319fa02a8331" dependencies = [ "hybrid-array", ] @@ -166,9 +166,9 @@ dependencies = [ [[package]] name = "hybrid-array" -version = "0.4.6" +version = "0.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b41fb3dc24fe72c2e3a4685eed55917c2fb228851257f4a8f2d985da9443c3e5" +checksum = "e1b229d73f5803b562cc26e4da0396c8610a4ee209f4fac8fa4f8d709166dc45" dependencies = [ "typenum", "zeroize",