From a25be84876930cb4d0817c18116a51db6e006ee4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 12:03:43 +0000 Subject: [PATCH] Update Rust crate jsonwebtoken to v11 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 68eefb2..56128c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ path = "src/lib.rs" actix-web = "4" actix-web-httpauth = "0.8" actix-cors = "0.7.1" -jsonwebtoken = {features = ["use_pem", "rust_crypto"], version = "10.3" } +jsonwebtoken = {features = ["use_pem", "rust_crypto"], version = "11.0" } jwks_client_rs = "0.5.1" reqwest = { version = "0.13.2", features = ["json"] } paas-api = "^0.12"