From 760248b67ce406de6b360dea23ee575cb2c26bb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 04:33:03 +0000 Subject: [PATCH] Build(deps): bump jsonwebtoken from 10.2.0 to 10.3.0 Bumps [jsonwebtoken](https://github.com/Keats/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 update-type: version-update:semver-minor ... 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 26fb995..5a46c52 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1564,9 +1564,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 = [ "aws-lc-rs", "base64", diff --git a/Cargo.toml b/Cargo.toml index 47dac8b..3cb7cf0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ console = "0.16.2" # colour stderr logging futures = { version = "0.3.31", features = ["executor"] } googletest = "0.14.2" hyper = "1.8.1" -jsonwebtoken = { version = "10.2", features = ["aws_lc_rs"] } +jsonwebtoken = { version = "10.3", features = ["aws_lc_rs"] } log = { version = "0.4.29", features = ["std", "serde"] } parking_lot = "0.12.5" rand = "0.9.2"