From b30ab077c8453231bdc3a875013c51de32560079 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 07:49:43 +0000 Subject: [PATCH] chore(deps): update sha2 requirement from 0.10 to 0.11 in /back-end Updates the requirements on [sha2](https://github.com/RustCrypto/hashes) to permit the latest version. - [Commits](https://github.com/RustCrypto/hashes/compare/streebog-v0.11.0-pre.0...sha2-v0.11.0) --- updated-dependencies: - dependency-name: sha2 dependency-version: 0.11.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- back-end/crates/malbox-resources/Cargo.toml | 2 +- back-end/crates/malbox-utils/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/back-end/crates/malbox-resources/Cargo.toml b/back-end/crates/malbox-resources/Cargo.toml index faa077f..ddd6150 100644 --- a/back-end/crates/malbox-resources/Cargo.toml +++ b/back-end/crates/malbox-resources/Cargo.toml @@ -13,5 +13,5 @@ thiserror.workspace = true tracing.workspace = true tokio = { workspace = true, features = ["sync", "fs"] } toml.workspace = true -sha2 = "0.10" +sha2 = "0.11" serde_json = { workspace = true } diff --git a/back-end/crates/malbox-utils/Cargo.toml b/back-end/crates/malbox-utils/Cargo.toml index 799b86d..c767280 100644 --- a/back-end/crates/malbox-utils/Cargo.toml +++ b/back-end/crates/malbox-utils/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" crc32fast = "1.4.0" md5 = "0.7.0" sha1 = "0.10.6" -sha2 = "0.10.8" +sha2 = "0.11.0" #ssdeep = "0.6.0" # storage