From a834b4e1a134a86371d950e56df78c6233c845bd Mon Sep 17 00:00:00 2001 From: Marc-Antoine ARNAUD Date: Tue, 16 Jun 2026 15:35:54 +0200 Subject: [PATCH] feat!: update yew --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 810b78d..7c08565 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ readme = "README.md" rust-version = "1.85" [dependencies] -yew = { version = "0.22", optional = true } +yew = { version = "0.23", optional = true } [dependencies.web-sys] version = "0.3.66"