From 394010caa9dcde595980848d39540624cc710eaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 02:12:06 +0000 Subject: [PATCH] deps(cargo)(deps): bump yew from 0.22.1 to 0.23.0 Bumps [yew](https://github.com/yewstack/yew) from 0.22.1 to 0.23.0. - [Release notes](https://github.com/yewstack/yew/releases) - [Changelog](https://github.com/yewstack/yew/blob/master/CHANGELOG.md) - [Commits](https://github.com/yewstack/yew/compare/yew-v0.22.1...yew-v0.23.0) --- updated-dependencies: - dependency-name: yew dependency-version: 0.23.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 95f3460..0d4fc7e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2922,9 +2922,9 @@ checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049" [[package]] name = "yew" -version = "0.22.1" +version = "0.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94b446be974884d87d58548f1662bc50c051996203a17d2558f8d6c56942b6ac" +checksum = "2c154fadfa97eabdd3f3b79345ceeb9c05ee8f13f76d3d881d17fba618bf558d" dependencies = [ "console_error_panic_hook", "futures", @@ -2947,9 +2947,9 @@ dependencies = [ [[package]] name = "yew-macro" -version = "0.22.1" +version = "0.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a708a4027c143be6ca160a341700b59f9ecc36a7ebd95e3c477018de8cf71c75" +checksum = "c08b883d84a035f57519d057f65a2a07ae25f1884ad485e1a9a523c9d880c1ad" dependencies = [ "prettyplease", "proc-macro-error",