From da24f1d61303bb9513ea1fd2bf7b92456d7ba5da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 08:23:16 +0000 Subject: [PATCH] deps(cargo): update sha2 requirement in /apps/desktop/src-tauri 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] --- apps/desktop/src-tauri/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/desktop/src-tauri/Cargo.toml b/apps/desktop/src-tauri/Cargo.toml index 1d77b74..75e92ef 100644 --- a/apps/desktop/src-tauri/Cargo.toml +++ b/apps/desktop/src-tauri/Cargo.toml @@ -40,7 +40,7 @@ fs2 = "0.4" ed25519-dalek = { version = "2.2.0", default-features = false, features = ["serde", "alloc"] } hex = "0.4.3" open = "5.3" -sha2 = "0.10" +sha2 = "0.11" # Peer chain inspection (full chain for fetch); aligns with OpenSSL used by native-tls/reqwest. openssl = "0.10"