From 63c56b30117723c4d51609710323235fefde85b2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 01:42:45 +0000 Subject: [PATCH] chore(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 648ddfd..ad371cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ dioxus = "0.7.9" dioxus-html = "0.7.9" dioxus-server = "0.7.9" http = "1.2.0" -jsonwebtoken = "10.3.0" +jsonwebtoken = "11.0.0" leptos = "0.8.3" leptos_actix = "0.8.3" leptos_axum = "0.8.3"