From b62d38aa98b6641bc3146c50f7278eac1239182d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 02:55:45 +0000 Subject: [PATCH] fix(deps): update yew monorepo --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 66f54e7..01a0e6e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,8 +14,8 @@ console_log = "1.0.0" log = "0.4.22" # radix-yew-icons = { git = "https://github.com/RustForWeb/radix.git" } radix-yew-themes = { git = "https://github.com/RustForWeb/radix.git" } -yew = { version = "0.21.0", features = ["csr"] } -yew-router = "0.18.0" +yew = { version = "0.22.0", features = ["csr"] } +yew-router = "0.19.0" yew-struct-component = "0.1.4" yew-style = "0.1.4"