From 1c9cb65c761a2799a7d495419ef805e3228926f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 07:50:24 +0000 Subject: [PATCH] chore(deps): update sha1 requirement from 0.10.6 to 0.11.0 in /back-end Updates the requirements on [sha1](https://github.com/RustCrypto/hashes) to permit the latest version. - [Commits](https://github.com/RustCrypto/hashes/compare/streebog-v0.11.0-pre.0...sha1-v0.11.0) --- updated-dependencies: - dependency-name: sha1 dependency-version: 0.11.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- back-end/crates/malbox-utils/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/back-end/crates/malbox-utils/Cargo.toml b/back-end/crates/malbox-utils/Cargo.toml index 799b86d..c6ec018 100644 --- a/back-end/crates/malbox-utils/Cargo.toml +++ b/back-end/crates/malbox-utils/Cargo.toml @@ -7,7 +7,7 @@ edition = "2024" # hashing crc32fast = "1.4.0" md5 = "0.7.0" -sha1 = "0.10.6" +sha1 = "0.11.0" sha2 = "0.10.8" #ssdeep = "0.6.0"