From f796e2d723605b8f0fdee82415032270e1a65645 Mon Sep 17 00:00:00 2001 From: Hubert Hirtz Date: Mon, 13 Apr 2026 14:49:02 +0200 Subject: [PATCH] Update sha1 from 0.10 to 0.11 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ad3fa580..1bc25b9d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ headers-core = { version = "0.3", path = "./headers-core" } base64 = "0.22" bytes = "1" mime = "0.3.14" -sha1 = "0.10" +sha1 = "0.11" httpdate = "1" [features]