From b8bad604b5ef74a6ad98e699efb2c58d45890aac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 05:02:41 +0000 Subject: [PATCH] build(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] --- cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index eed780a..37e4349 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -31,7 +31,7 @@ tokio = { version = "1.50.0", features = ["rt", "rt-multi-thread", "fs", "macros futures = "0.3.32" # Network -sha2 = "0.10.9" +sha2 = "0.11.0" prost = "0.14.3" tower = "0.5.3" hyper = "1.8.1"