From b1c2bdad7468db271fad97e093c11b7eebdc0807 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 11:04:30 +0000 Subject: [PATCH] Update Rust crate jwks_client_rs to 0.6.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 68eefb2..6aaaaef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ actix-web = "4" actix-web-httpauth = "0.8" actix-cors = "0.7.1" jsonwebtoken = {features = ["use_pem", "rust_crypto"], version = "10.3" } -jwks_client_rs = "0.5.1" +jwks_client_rs = "0.6.0" reqwest = { version = "0.13.2", features = ["json"] } paas-api = "^0.12" libpep = "^0.12"