From 81ef1d1fd5e1e4fe617ab3098da8597f37a82f85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Nov 2025 08:58:16 +0000 Subject: [PATCH] build(deps): update jsonwebtoken requirement from 9.3.1 to 10.2.0 Updates the requirements on [jsonwebtoken](https://github.com/Keats/jsonwebtoken) to permit the latest version. - [Changelog](https://github.com/Keats/jsonwebtoken/blob/master/CHANGELOG.md) - [Commits](https://github.com/Keats/jsonwebtoken/compare/v9.3.1...v10.2.0) --- updated-dependencies: - dependency-name: jsonwebtoken dependency-version: 10.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dev-utility/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-utility/Cargo.toml b/dev-utility/Cargo.toml index 0889a80..81908c4 100644 --- a/dev-utility/Cargo.toml +++ b/dev-utility/Cargo.toml @@ -80,7 +80,7 @@ markup5ever_rcdom = "0.3.0" [target.'cfg(not(target_arch = "wasm32"))'.dependencies] tauri = { workspace = true } -jsonwebtoken = { version = "9.3.1" } +jsonwebtoken = { version = "10.2.0" } # Web-specific dependencies [target.'cfg(target_arch = "wasm32")'.dependencies]