From ee57cba91b0398b65e4124f289168cc4a5a40142 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 16:08:32 +0000 Subject: [PATCH] chore(deps)(deps): Update jsonwebtoken requirement from 9.2 to 10.3 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.2.0...v10.3.0) --- updated-dependencies: - dependency-name: jsonwebtoken dependency-version: 10.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 07bd0221..aeb5ea45 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -100,7 +100,7 @@ deadpool = "0.10" validator = { version = "0.16", features = ["derive"] } # Authentication & Security -jsonwebtoken = "9.2" +jsonwebtoken = "10.3" sha2 = "0.10" base64 = "0.21" constant_time_eq = "0.3"