From 90be78562832be2410a4f3ba078d0d2d327cd565 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Nov 2025 14:26:25 +0000 Subject: [PATCH] Bump jsonwebtoken from 10.0.0 to 10.1.0 Bumps [jsonwebtoken](https://github.com/Keats/jsonwebtoken) from 10.0.0 to 10.1.0. - [Changelog](https://github.com/Keats/jsonwebtoken/blob/master/CHANGELOG.md) - [Commits](https://github.com/Keats/jsonwebtoken/compare/v10.0.0...v10.1.0) --- updated-dependencies: - dependency-name: jsonwebtoken dependency-version: 10.1.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 7998279..8fba2ec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2348,9 +2348,9 @@ dependencies = [ [[package]] name = "jsonwebtoken" -version = "10.0.0" +version = "10.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1417155a38e99d7704ddb3ea7445fe57fdbd5d756d727740a9ed8b9ebaed6e1" +checksum = "c76e1c7d7df3e34443b3621b459b066a7b79644f059fc8b2db7070c825fd417e" dependencies = [ "base64", "ed25519-dalek", diff --git a/Cargo.toml b/Cargo.toml index a77f21c..ace538b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ tower = {version = "0.5", features = ["timeout"]} tower-http = {version = "0.6", features = ["full"]} log = "0.4" env_logger = "0.11" -jsonwebtoken = {version = "10.0", features = ["rust_crypto"]} +jsonwebtoken = {version = "10.2", features = ["rust_crypto"]} dotenv = "0.15.0" snowflaker = "0.3" redis = "0.32"