From 082b963a18735d5418a6c8d491abd68c198bd79d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 02:16:54 +0000 Subject: [PATCH] chore(deps): update sha3 requirement in /rust/cli Updates the requirements on [sha3](https://github.com/RustCrypto/hashes) to permit the latest version. - [Commits](https://github.com/RustCrypto/hashes/compare/streebog-v0.11.0-pre.3...sha3-v0.12.0) --- updated-dependencies: - dependency-name: sha3 dependency-version: 0.12.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..6f89a634 100644 --- a/rust/cli/Cargo.toml +++ b/rust/cli/Cargo.toml @@ -25,7 +25,7 @@ env_logger = "0.11.3" rand = "0.8.5" serde_cbor = "0.11.2" typenum = "1.17.0" -sha3 = "0.11.0-pre.3" +sha3 = "0.12.0" signature = "2.2.0" blind-rsa-signatures = "=0.15.1" ghostkey_lib = { version = "0.2", path = "../gklib" }