From a74e702e2559043d6b9c84da87ef9562817aa605 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 20:30:51 +0000 Subject: [PATCH] deps: bump ctr from 0.9.2 to 0.10.1 Bumps [ctr](https://github.com/RustCrypto/block-modes) from 0.9.2 to 0.10.1. - [Commits](https://github.com/RustCrypto/block-modes/compare/ctr-v0.9.2...ctr-v0.10.1) --- updated-dependencies: - dependency-name: ctr dependency-version: 0.10.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 19 ++++++++++++++----- Cargo.toml | 2 +- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3ebe6e4..9151f3e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -48,7 +48,7 @@ dependencies = [ "aead", "aes", "cipher 0.4.4", - "ctr", + "ctr 0.9.2", "ghash", "subtle", "zeroize", @@ -1089,7 +1089,7 @@ dependencies = [ "core-reality", "core-young", "crc32fast", - "ctr", + "ctr 0.10.1", "curve25519-dalek", "fnv", "futures", @@ -1418,6 +1418,15 @@ dependencies = [ "cipher 0.4.4", ] +[[package]] +name = "ctr" +version = "0.10.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "baaca1c4b237092596f64d571e9db6ce4109c4ef9742e27590f1709594461f21" +dependencies = [ + "cipher 0.5.2", +] + [[package]] name = "ctutils" version = "0.4.2" @@ -3935,7 +3944,7 @@ dependencies = [ "byteorder", "cbc", "chacha20 0.9.1", - "ctr", + "ctr 0.9.2", "curve25519-dalek", "des", "digest 0.10.7", @@ -3989,7 +3998,7 @@ dependencies = [ "block-padding", "byteorder", "cbc", - "ctr", + "ctr 0.9.2", "data-encoding", "der 0.7.10", "digest 0.10.7", @@ -4605,7 +4614,7 @@ dependencies = [ "cbc", "chacha20 0.9.1", "cipher 0.4.4", - "ctr", + "ctr 0.9.2", "poly1305", "ssh-encoding", "subtle", diff --git a/Cargo.toml b/Cargo.toml index 7bbe73c..627d849 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -106,7 +106,7 @@ webpki-roots = "0.26" tokio-tungstenite = { version = "0.24", default-features = false, features = ["connect"] } uuid = { version = "1", features = ["v4"] } aes = "0.8" -ctr = "0.9" +ctr = "0.10" cfb-mode = "0.8" crc32fast = "1" fnv = "1"