From 4a37a6f3e09c5c9f73afc331c8fd0c2248347788 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 07:53:45 +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 52316d5..2fa8412 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ directories = "6.0.0" # RustCrypto dependencies (optional) p256 = { version = "0.13", features = ["ecdsa"], optional = true } p384 = { version = "0.13", features = ["ecdsa"], optional = true } -sha2 = { version = "0.10", optional = true } +sha2 = { version = "0.11", optional = true } # OpenSSL dependencies (optional) openssl = { version = "0.10", optional = true }