From 776cb0e6d586f21b6fb6cb2a3babe6902ee8eaec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 23:22:42 +0000 Subject: [PATCH] Update sha1 requirement from 0.10.1 to 0.11.0 Updates the requirements on [sha1](https://github.com/RustCrypto/hashes) to permit the latest version. - [Commits](https://github.com/RustCrypto/hashes/compare/groestl-v0.10.1...sha1-v0.11.0) --- updated-dependencies: - dependency-name: sha1 dependency-version: 0.11.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tsar-rs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsar-rs/Cargo.toml b/tsar-rs/Cargo.toml index 96bc9f2..f4cc8ec 100644 --- a/tsar-rs/Cargo.toml +++ b/tsar-rs/Cargo.toml @@ -12,7 +12,7 @@ base64 = "0.22.0" half = { version = "2.1.0", features = ["num-traits"] } num-traits = "0.2.15" protobuf = "3.1.0" -sha1 = "0.10.1" +sha1 = "0.11.0" smallvec = "1.9.0" thiserror = "2.0.1" zip = { version = "8.1.0", default-features = false, features = ["deflate"] }