From 4232024065dddb76b5f4445dfeba3940b194bff6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 19:45:41 +0000 Subject: [PATCH] cargo: update sha2 requirement from 0.10 to 0.11 in /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] --- src-tauri/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 509c618..5035250 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -37,7 +37,7 @@ thiserror = "1" reqwest = { version = "0.12", features = ["json", "stream"] } futures = "0.3" hmac = "0.12" -sha2 = "0.10" +sha2 = "0.11" hex = "0.4" jsonwebtoken = "9" # EdDSA / Ed25519 JWT verification for signed license responses (issue #22)