From e35a78f9635cfe7caf07012394da5cc4703447ac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 02:40:52 +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 6858c69..a33296a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ serde = { version = "1.0.209", features = ["derive"] } serde_json = "1.0.127" wasm-bindgen = "0.2.93" wasm-bindgen-test = "0.3.43" -yew = "0.21.0" +yew = "0.22.0" yew-router = "0.18.0" [workspace.dependencies.web-sys]