From 36e64cd2d2ac127fbd389b51421e244452fe0c7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 08:47:03 +0000 Subject: [PATCH] chore(deps): update ctr requirement from 0.9 to 0.10 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.0...ctr-v0.10.0) --- updated-dependencies: - dependency-name: ctr dependency-version: 0.10.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0a159f9..d1dd140 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ categories = ["cryptography", "encoding"] [dependencies] aes = "0.8" -ctr = "0.9" +ctr = "0.10" num-bigint = "0.4" num-traits = "0.2" num-integer = "0.1"