From b58908f2d34ec37c25de61e371c5dbfeddd2cb55 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 29 Aug 2026 05:11:34 +0000 Subject: [PATCH] Update Rust crate jsonwebtoken to v11 [SECURITY] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b51d47a..cdf8e11 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ serde_json = "^1.0.0" diesel = { version = "1.3.2", features = ["postgres","chrono","serde_json", "r2d2"] } num_cpus = "1.8" regex = "1.0.0" -jsonwebtoken = "^5.0.1" +jsonwebtoken = "^11.0.0" # actix-web = { version = "0.7", features = ["alpn"], default-features = false } actix-web = { version = "0.7", default-features = false }