From 813b8882daabfe04a785f5a32290f8ebcb1ff661 Mon Sep 17 00:00:00 2001 From: Spacebot Date: Tue, 28 Apr 2026 13:02:55 +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 2c0be67..7c35104 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ sha2 = "0.10" hex = "0.4" hex-literal = "0.4" aes = "0.8" -ctr = "0.9" +ctr = "0.10" hmac = "0.12" md-5 = "0.10" rand = "0.8"