From c1e546d0318d492ddc9699ba2ab27375cfc80481 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 10:04:43 +0000 Subject: [PATCH] build(deps): update rust crate sha1 to 0.11.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 43342d8..7edfeb9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,4 +8,4 @@ serde_json = "1.0.145" reqwest = { version = "0.12.23", features = ["json"] } tokio = { version = "1.47.1", features = ["rt", "rt-multi-thread", "macros"] } tokio-scoped = "0.2.0" -sha1 = "0.10.6" +sha1 = "0.11.0"