From 2851f3e637f1f23bc021cdc3d8a744f69738117f Mon Sep 17 00:00:00 2001 From: Spacebot Date: Sun, 10 May 2026 09:31:44 +0000 Subject: [PATCH] Update Rust crate sha2 to 0.11 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 59ff86d..b302607 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ serde_json = "1" quick-xml = { version = "0.31", features = [ "serialize" ] } chrono = { version = "0.4", features = [ "serde" ] } sha1 = "0.10" -sha2 = "0.10" +sha2 = "0.11" hex = "0.4" hex-literal = "0.4" aes = "0.8"