From d3135f2b21152b54ca660125a5e58ee72dd6d0c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 17:19:07 +0000 Subject: [PATCH] Update sha2 requirement from 0.10 to 0.11 Updates the requirements on [sha2](https://github.com/RustCrypto/hashes) to permit the latest version. - [Commits](https://github.com/RustCrypto/hashes/compare/groestl-v0.10.0...sha2-v0.11.0) --- updated-dependencies: - dependency-name: sha2 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 79dabeb..28fca81 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ include-flate = "0.3" mime_guess = "2.0" regex = "1.12" rocket = "0.5" -sha2 = "0.10" +sha2 = "0.11" tempfile = "3.24" tide = "0.16" tokio = { version = "1.49", features = ["full"] }