From 0ebd6f1b5218c82f687f80ee4bb609eea75a59cb Mon Sep 17 00:00:00 2001 From: Spacebot Date: Tue, 26 May 2026 13:01:24 +0000 Subject: [PATCH] Update Rust crate ctr to 0.10 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3ccf8ae..aa6cfac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ sha2 = "0.10" hex = "0.4" hex-literal = "1.0" aes = "0.8" -ctr = "0.9" +ctr = "0.10" hmac = "0.12" md-5 = "0.11" rand = "0.8"