From 665208c6b6ec928beb5ce487ce168fc73a8fb35f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 09:22:33 +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 41953f7..e052fa6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ grammers-session = { version = "0.10", default-features = false } # Key derivation pbkdf2 = { version = "0.12", default-features = false, features = ["hmac", "sha2"] } sha2 = "0.10" -sha1 = "0.10" +sha1 = "0.11" md-5 = "0.10" # Binary parsing