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