From 79897fea30c50777410e6fdc3f4ca7002597471f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 08:19:49 +0000 Subject: [PATCH] chore(deps): update sha1 requirement from 0.10 to 0.11 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.0...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 506c2a1..3fde262 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ aes = "0.8" md-5 = "0.11" rand = "0.10" rsa = { version = "0.9", features = ["sha2", "getrandom"] } -sha1 = "0.10" +sha1 = "0.11" thiserror = "2" uuid = { version = "1", features = ["v3", "v4"] }