From c82e1f8408a07df68ecfd5fa972a49c99a588e6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 08:13:21 +0000 Subject: [PATCH] build(deps): update jsonwebtoken requirement from 9.3.1 to 10.3.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.3.0) --- updated-dependencies: - dependency-name: jsonwebtoken dependency-version: 10.3.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..7a17ff8 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.3.0" } # Web-specific dependencies [target.'cfg(target_arch = "wasm32")'.dependencies]