From f3da3503ca68964f723f4dbbe69c7873a73eb564 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 19:52:51 +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] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0e7470d..92f5d8b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ serde = {version = "1.0.100", default-features = false } [dev-dependencies] serde_derive = "1.0.100" -sha1 = "0.10.1" +sha1 = "0.11.0" [features] default = ["std"]