From ea848f9f4a04b37eddd2fc9a3f7498e3a9543923 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 13:10:35 +0000 Subject: [PATCH] chore(deps)(deps): Update jsonwebtoken requirement from 9.2 to 10.4 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.4.0) --- updated-dependencies: - dependency-name: jsonwebtoken dependency-version: 10.4.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..ff1fd258 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.4" sha2 = "0.10" base64 = "0.21" constant_time_eq = "0.3"