From 648de110543759e7fb546c54d0492cab7f65a17d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 23:52:42 +0000 Subject: [PATCH] build(deps): 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 77b9e92..e70921c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ bitflags = "^2.4.1" num-integer = { version = "^0.1.45", optional = true } num-traits = { version = "^0.2.16", optional = true } rand = { version = "^0.8.5", optional = true } -sha2 = { version = "0.10.8", features = ["oid"], optional = true } +sha2 = { version = "0.11.0", features = ["oid"], optional = true } rsa = { version = "^0.9.3", features = ["sha2"], optional = true } const-oid = { version = "^0.9.5", default-features = false, optional = true } der = { version = "^0.7.8", optional = true }