From 341ea53f995d907dd024d07caba6c36659e4fe0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 18:48:50 +0000 Subject: [PATCH] Bump jsonwebtoken from 10.1.0 to 10.3.0 Bumps [jsonwebtoken](https://github.com/Keats/jsonwebtoken) from 10.1.0 to 10.3.0. - [Changelog](https://github.com/Keats/jsonwebtoken/blob/master/CHANGELOG.md) - [Commits](https://github.com/Keats/jsonwebtoken/compare/v10.1.0...v10.3.0) --- updated-dependencies: - dependency-name: jsonwebtoken dependency-version: 10.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8dc70f2..e915ab7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2603,9 +2603,9 @@ dependencies = [ [[package]] name = "jsonwebtoken" -version = "10.1.0" +version = "10.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d119c6924272d16f0ab9ce41f7aa0bfef9340c00b0bb7ca3dd3b263d4a9150b" +checksum = "0529410abe238729a60b108898784df8984c87f6054c9c4fcacc47e4803c1ce1" dependencies = [ "base64 0.22.1", "ed25519-dalek", diff --git a/Cargo.toml b/Cargo.toml index 731297f..71020f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -92,7 +92,7 @@ chrono = { version = "0.4", features = ["serde"] } # OAuth oauth2 = "5.0" -jsonwebtoken = { version = "10.1", default-features = false, features = ["rust_crypto"] } +jsonwebtoken = { version = "10.3", default-features = false, features = ["rust_crypto"] } rand = "0.9" base64 = "0.22" url = "2"