From ec50dc7de772d13ce69aea045df3d1112f2fbebb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 02:16:48 +0000 Subject: [PATCH] chore(deps): update sha2 requirement from 0.10 to 0.11 in /rust/cli 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] --- rust/cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/cli/Cargo.toml b/rust/cli/Cargo.toml index 7d4b5e59..46ab9ac2 100644 --- a/rust/cli/Cargo.toml +++ b/rust/cli/Cargo.toml @@ -20,7 +20,7 @@ log = "0.4.20" tempfile = "3.3.0" serde_json = "1.0" hex = "0.4.3" -sha2 = "0.10" +sha2 = "0.11" env_logger = "0.11.3" rand = "0.8.5" serde_cbor = "0.11.2"