From a5549d90ce9527706348ec7a56dd15823079e4a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 02:47:04 +0000 Subject: [PATCH] :arrow_up: Bump the rustcrypto-crates group with 2 updates Bumps the rustcrypto-crates group with 2 updates: [cbc](https://github.com/RustCrypto/block-modes) and [ctr](https://github.com/RustCrypto/block-modes). Updates `cbc` from 0.2.0 to 0.2.1 - [Commits](https://github.com/RustCrypto/block-modes/compare/cbc-v0.2.0...cbc-v0.2.1) 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) --- updated-dependencies: - dependency-name: cbc dependency-version: 0.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rustcrypto-crates - dependency-name: ctr dependency-version: 0.10.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rustcrypto-crates ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- lib/Cargo.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 799f6f51c..5c7670f8f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -315,9 +315,9 @@ checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" [[package]] name = "cbc" -version = "0.2.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98db6aeaef0eeef2c1e3ce9a27b739218825dae116076352ac3777076aa22225" +checksum = "ce2dc9ee5f88d11e0beb842c88b33c8a5cf0d1329c4b19494af42b07dbfe8896" dependencies = [ "cipher", ] @@ -640,9 +640,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", ] diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 9fef346d3..4e75fcede 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -18,11 +18,11 @@ arrayvec = "0.7.6" block-buffer = "0.12.0" camellia = "0.2.0" camino = "1.2.2" -cbc = { version = "0.2.0", features = ["alloc"] } +cbc = { version = "0.2.1", features = ["alloc"] } cipher = { version = "0.5.2", features = ["alloc", "block-padding", "stream-wrapper"] } crc32fast = "1.5.0" crypto-common = { version = "0.2.1", default-features = false } -ctr = "0.10.0" +ctr = "0.10.1" flate2 = "1.1.9" futures-io = { version = "0.3.32", optional = true } futures-util = { version = "0.3.32", features = ["io"], optional = true }