From 8d562c33a1931bbd667e9374666b9cd7d58f79eb Mon Sep 17 00:00:00 2001 From: Ethan Date: Thu, 4 Jun 2026 18:45:49 +0200 Subject: [PATCH] fix(deps): bump jsonwebtoken from 9 to 10 (CVE type confusion) --- 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 944088a..d1f3c63 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -31,7 +31,7 @@ tauri-plugin-process = "2.0" keyring = { version = "3", features = ["apple-native", "windows-native", "sync-secret-service"] } # JWT signing for Vertex Oauth2 -jsonwebtoken = "9" +jsonwebtoken = "10" # HTTP for token exchange reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls"] }