From bc8031ae93bf6888e86b01ed2adf2055afbd4c93 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 01:48:42 +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 d187188c..d1938df9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ futures = { version = "0.3", optional = true } lapin = { version = "4", optional = true } rdkafka = { version = "0.39", features = ["cmake-build", "tokio"], optional = true } reqwest = { version = "0.13", default-features = false, features = ["json", "rustls"], optional = true } -jsonwebtoken = { version = "9", optional = true } +jsonwebtoken = { version = "11", optional = true } bitcode = { version = "0.6.9", features = ["serde"] } event-emitter-rs = { version = "0.1.4", optional = true } futures-util = { version = "0.3", default-features = false, features = ["alloc"] }