From 87c7ca90e75d9110072eb71d9208bc19d0bfd633 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 10:26:09 +0000 Subject: [PATCH] chore(deps): bump jsonwebtoken from 8.3.0 to 9.3.1 Bumps [jsonwebtoken](https://github.com/Keats/jsonwebtoken) from 8.3.0 to 9.3.1. - [Changelog](https://github.com/Keats/jsonwebtoken/blob/master/CHANGELOG.md) - [Commits](https://github.com/Keats/jsonwebtoken/compare/v8.3.0...v9.3.1) --- updated-dependencies: - dependency-name: jsonwebtoken dependency-version: 9.3.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3d79d7e4..ced6b1ec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6286,7 +6286,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7ab67060fc6b8ef687992d439ca0fa36e7ed17e9a0b16b25b601e8757df720de" dependencies = [ "data-encoding", - "syn 2.0.114", + "syn 1.0.109", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index c3d3e47a..9d001108 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -250,7 +250,7 @@ tikv-jemallocator = { version = "0.6" } # Configure jemalloc to reduce TLS usage tikv-jemalloc-sys = { version = "0.6", features = ["disable_initial_exec_tls"] } json-patch = "0.2.6" -jsonwebtoken = "8.1" +jsonwebtoken = "9.3" jwt = "0.16.0" lazy_static = "1.4.0" libc = "0.2.147"