From 93cafffc2c394157841c6d238f5cc6d43c5929eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 09:01:13 +0000 Subject: [PATCH] build(deps): update jsonwebtoken requirement from 9.3.1 to 10.1.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.1.0) --- updated-dependencies: - dependency-name: jsonwebtoken dependency-version: 10.1.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 4a29d8d..f808dd7 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.1.0" } # Web-specific dependencies [target.'cfg(target_arch = "wasm32")'.dependencies]