From 4c618844b875acf4c7c003c15eee1efecba45fbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 18:49:41 +0000 Subject: [PATCH] chore(deps): bump jsonwebtoken in the cargo group across 1 directory Bumps the cargo group with 1 update in the / directory: [jsonwebtoken](https://github.com/Keats/jsonwebtoken). Updates `jsonwebtoken` from 10.2.0 to 10.3.0 - [Changelog](https://github.com/Keats/jsonwebtoken/blob/master/CHANGELOG.md) - [Commits](https://github.com/Keats/jsonwebtoken/compare/v10.2.0...v10.3.0) --- updated-dependencies: - dependency-name: jsonwebtoken dependency-version: 10.3.0 dependency-type: direct:production dependency-group: cargo ... 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 a36bdaa1..1b5a5526 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2347,9 +2347,9 @@ dependencies = [ [[package]] name = "jsonwebtoken" -version = "10.2.0" +version = "10.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c76e1c7d7df3e34443b3621b459b066a7b79644f059fc8b2db7070c825fd417e" +checksum = "0529410abe238729a60b108898784df8984c87f6054c9c4fcacc47e4803c1ce1" dependencies = [ "base64 0.22.1", "ed25519-dalek", diff --git a/Cargo.toml b/Cargo.toml index 81a17b99..8e2e6b26 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,7 +66,7 @@ local-ip-address = "0.6.9" flate2 = "1.1" log = "0.4.29" env_logger = { version = "0.11", default-features = false, features = ["auto-color", "humantime"] } -jsonwebtoken = { version = "10.1", features = ["rust_crypto"] } +jsonwebtoken = { version = "10.3", features = ["rust_crypto"] } uuid = { version = "1.19", features = ["v4", "serde"] } url = "2.5" clamav-tcp = "0.2"