diff --git a/Cargo.toml b/Cargo.toml index 66f54e7..01a0e6e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,8 +14,8 @@ console_log = "1.0.0" log = "0.4.22" # radix-yew-icons = { git = "https://github.com/RustForWeb/radix.git" } radix-yew-themes = { git = "https://github.com/RustForWeb/radix.git" } -yew = { version = "0.21.0", features = ["csr"] } -yew-router = "0.18.0" +yew = { version = "0.22.0", features = ["csr"] } +yew-router = "0.19.0" yew-struct-component = "0.1.4" yew-style = "0.1.4"