From 09b8353ea80f4a236cd6043de12bd9845d75d40b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 07:54:56 +0000 Subject: [PATCH] chore(deps): update sha2 requirement from 0.10.9 to 0.11.0 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] --- xtask/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index e7f39e0..dcb54cb 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -13,7 +13,7 @@ flate2 = { version = "1.1.1", optional = true } hex = { version = "0.4.3", optional = true } serde = { version = "1.0.219", features = ["derive"], optional = true } serde_json = { version = "1.0.140", optional = true } -sha2 = { version = "0.10.9", optional = true } +sha2 = { version = "0.11.0", optional = true } tar = { version = "0.4.44", optional = true } [dependencies.zip]