diff --git a/Cargo.toml b/Cargo.toml index 0425aaf..f6e95d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ wasm-bindgen = "0.2.99" web-sys = { version = "0.3.76", features = ["Window", "ScrollToOptions", "ScrollBehavior", "DomRect", "Element"] } gloo = { version = "0.11.0", features = ["utils"], optional = true } yew = { version = "0.21.0", default-features = false, optional = true } -dioxus = { version = "0.6.3", optional = true } +dioxus = { version = "0.7.1", optional = true } leptos = { version = "0.7.7", optional = true } [features]