From 39371b453df828b2f074448ed5bafb66fc0e96c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 16:47:28 +0000 Subject: [PATCH] Update sha2 requirement from 0.10.8 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] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fa642ed..ff76708 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,4 +16,4 @@ nix = { version = "0.31.2", features = ["ioctl", "socket"] } [dev-dependencies] rand = "0.10.0" -sha2 = "0.10.8" +sha2 = "0.11.0"