From 6f02d46c679e1256e5921707043465af484c7cee Mon Sep 17 00:00:00 2001 From: Spacebot Date: Tue, 28 Apr 2026 16:02:38 +0000 Subject: [PATCH] Update Rust crate sha1 to 0.11 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2c0be67..40932b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ serde = { version = "1.0", features = [ "derive" ] } serde_json = "1" quick-xml = { version = "0.31", features = [ "serialize" ] } chrono = { version = "0.4", features = [ "serde" ] } -sha1 = "0.10" +sha1 = "0.11" sha2 = "0.10" hex = "0.4" hex-literal = "0.4"