From 0cf8d6270384479a6e05c519892ce9f91271f0b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 00:34:29 +0000 Subject: [PATCH] fix(deps): 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 48320b6..57920e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -153,7 +153,7 @@ axum-extra = { version = "0.12.0", optional = true, features = ["typed-header"] base64-compat = { version = "1", optional = true } custom_error = "1.9.2" document-features = { version = "0.2.8", optional = true } -jsonwebtoken = { version = "10.3.0", optional = true, features = ["aws_lc_rs"] } +jsonwebtoken = { version = "11.0.0", optional = true, features = ["aws_lc_rs"] } moka = { version = "0.12.8", features = ["future"], optional = true } openidconnect = { version = "4.0.0", optional = true } pbjson-types = { version = "0.9.0", optional = true }