From fc4407cf141ee5c6815c40e2d221977fef6325f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 15:45:47 +0000 Subject: [PATCH] Update ctr requirement from ^0.9.2 to ^0.10.0 in /typhoon Updates the requirements on [ctr](https://github.com/RustCrypto/block-modes) to permit the latest version. - [Commits](https://github.com/RustCrypto/block-modes/compare/ctr-v0.9.2...ctr-v0.10.0) --- updated-dependencies: - dependency-name: ctr dependency-version: 0.10.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- typhoon/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typhoon/Cargo.toml b/typhoon/Cargo.toml index ad2055c..205a70f 100644 --- a/typhoon/Cargo.toml +++ b/typhoon/Cargo.toml @@ -36,7 +36,7 @@ clap = { version = "^4.5", features = ["derive"], optional = true } blake3 = "^1.8.3" cfg-if = "^1.0.4" crossbeam = "^0.8.4" -ctr = { version = "^0.9.2", optional = true } +ctr = { version = "^0.10.0", optional = true } chacha20 = { version = "^0.10.0", features = ["xchacha"], optional = true } chacha20poly1305 = { version = "^0.10.1", features = ["std"], optional = true } classic-mceliece-rust = { version = "^3.1.0", features = ["mceliece348864"] }