From daf847d43a92f42b7518e8cda7dcfab96795921e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 16:31:43 +0000 Subject: [PATCH] build(deps): bump the all-deps group with 2 updates Bumps the all-deps group with 2 updates: [cipher](https://github.com/RustCrypto/traits) and [crypto-common](https://github.com/RustCrypto/traits). 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 `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) --- updated-dependencies: - dependency-name: cipher dependency-version: 0.5.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: crypto-common dependency-version: 0.2.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-deps ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index da1b4301..d91b535b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -38,9 +38,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 = [ "blobby", "block-buffer", @@ -60,9 +60,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", ]