diff --git a/Cargo.toml b/Cargo.toml index 535b534..23c814f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ exclude = ["assets", "examples"] gloo = { version = "0.11.0", default-features = false, features = ["timers"], optional = true } wasm-bindgen = "0.2.99" web-sys = { version = "0.3.76", features = ["Window"] } -yew = { version = "0.21.0", default-features = false, optional = true } +yew = { version = "0.22.0", default-features = false, optional = true } dioxus = { version = "0.6.3", optional = true } leptos = { version = "0.7.7", optional = true }