From 54ee3bf3c9f54fba1ca6b71b2e36de7ad5140896 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 01:47:00 +0000 Subject: [PATCH] chore(deps): update rust crate yew-router to 0.19.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1d3fa0a1..8eee7beb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -115,7 +115,7 @@ serde_json = "1.0.116" tailwind_fuse = { version = "0.3.0", features = ["variant"] } web-sys = "0.3.72" yew = "0.21.0" -yew-router = "0.18.0" +yew-router = "0.19.0" yew-struct-component = "0.1.4" yew-style = "0.1.4"