From c01eb3de38f94ef134f8f5b8542df5dc9fd29695 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 16:56:27 +0000 Subject: [PATCH] Bump the all-deps group across 1 directory with 2 updates Bumps the all-deps group with 2 updates in the / directory: [cipher](https://github.com/RustCrypto/traits) and [hex-literal](https://github.com/RustCrypto/utils). Updates `cipher` from 0.5.0-rc.1 to 0.5.0-rc.2 - [Commits](https://github.com/RustCrypto/traits/compare/cipher-v0.5.0-rc.1...cipher-v0.5.0-rc.2) Updates `hex-literal` from 1.0.0 to 1.1.0 - [Commits](https://github.com/RustCrypto/utils/compare/hex-literal-v1.0.0...hex-literal-v1.1.0) --- updated-dependencies: - dependency-name: cipher dependency-version: 0.5.0-rc.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: hex-literal dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor 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 e3c31cf..5259fa0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -67,9 +67,9 @@ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" [[package]] name = "cipher" -version = "0.5.0-rc.1" +version = "0.5.0-rc.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e12a13eb01ded5d32ee9658d94f553a19e804204f2dc811df69ab4d9e0cb8c7" +checksum = "155e4a260750fa4f7754649f049748aacc31db238a358d85fd721002f230f92f" dependencies = [ "block-buffer", "crypto-common", @@ -142,9 +142,9 @@ dependencies = [ [[package]] name = "hex-literal" -version = "1.0.0" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bcaaec4551594c969335c98c903c1397853d4198408ea609190f420500f6be71" +checksum = "e712f64ec3850b98572bffac52e2c6f282b29fe6c5fa6d42334b30be438d95c1" [[package]] name = "hmac"