From 126959512920bee44f770e2843f1f8322f27afe5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Mar 2026 07:48:48 +0000 Subject: [PATCH] Update Rust crate jsonwebtoken to v10 [SECURITY] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b51d47a..4265ed7 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 = "^10.0.0" # actix-web = { version = "0.7", features = ["alpn"], default-features = false } actix-web = { version = "0.7", default-features = false }