From 469f0a891a286fde4a551ba336ef3618f49d4341 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 01:42:41 +0000 Subject: [PATCH] chore(deps): bump jsonwebtoken from 10.4.0 to 11.0.0 Bumps [jsonwebtoken](https://github.com/Keats/jsonwebtoken) from 10.4.0 to 11.0.0. - [Changelog](https://github.com/Keats/jsonwebtoken/blob/master/CHANGELOG.md) - [Commits](https://github.com/Keats/jsonwebtoken/compare/v10.4.0...v11.0.0) --- updated-dependencies: - dependency-name: jsonwebtoken dependency-version: 11.0.0 dependency-type: direct:production update-type: version-update:semver-major ... 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 0990959..532d267 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3701,9 +3701,9 @@ dependencies = [ [[package]] name = "jsonwebtoken" -version = "10.4.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eba32bfb4ffdeaca3e34431072faf01745c9b26d25504aa7a6cf5684334fc4fc" +checksum = "881733cbc631fc9e472e24447ce32a64bedf2da498d6d8570b08edc87de71f65" dependencies = [ "base64", "ed25519-dalek", diff --git a/Cargo.toml b/Cargo.toml index 91576b7..8a40fab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -79,7 +79,7 @@ tower = "0.5" tower-http = { version = "0.7", features = ["cors", "compression-full", "trace", "set-header"] } tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter"] } -jsonwebtoken = { version = "10", features = ["rust_crypto"] } +jsonwebtoken = { version = "11", features = ["rust_crypto"] } # Static file embedding rust-embed = "8"