From a95f559e5dc7dc9fedd02255ffe4430479e4efe3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 00:44:25 +0000 Subject: [PATCH] chore(deps): update jsonwebtoken requirement from 10 to 11 Updates the requirements on [jsonwebtoken](https://github.com/Keats/jsonwebtoken) to permit the latest version. - [Changelog](https://github.com/Keats/jsonwebtoken/blob/master/CHANGELOG.md) - [Commits](https://github.com/Keats/jsonwebtoken/compare/v10.0.0...v11.0.0) --- updated-dependencies: - dependency-name: jsonwebtoken dependency-version: 11.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3208f76..6a70ac3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -79,7 +79,7 @@ redis = { version = "1.2", features = ["tokio-comp", "connection-manager"], opti # Crypto backend is selected via this crate's `rust_crypto` / `aws_lc_rs` # features (see [features] below); `use_pem` is always required for PEM key # parsing and is therefore enabled unconditionally. -jsonwebtoken = { version = "10", default-features = false, features = ["use_pem"] } +jsonwebtoken = { version = "11", default-features = false, features = ["use_pem"] } # reqwest 0.13's `rustls` feature hardwires the aws-lc-rs provider (C FFI, awkward # for the musl static build). We keep the pure-Rust `ring` provider instead: # `rustls-no-provider` builds rustls without a bundled provider, and auth/jwks.rs