diff --git a/Cargo.toml b/Cargo.toml index 0eb113b..0340b65 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ version = "0.1.4" [workspace.dependencies] tokio = "1.47.1" -yew = "0.21.0" +yew = "0.22.0" [patch.crates-io] yew = { git = "https://github.com/RustForWeb/yew.git", branch = "feature/use-composed-ref" }