From b300e1a303c38f222f53c13ad3b51aec3aa69d79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 12:29:48 +0000 Subject: [PATCH] build(deps): update dioxus requirement from 0.6.3 to 0.7.1 Updates the requirements on [dioxus](https://github.com/DioxusLabs/dioxus) to permit the latest version. - [Release notes](https://github.com/DioxusLabs/dioxus/releases) - [Commits](https://github.com/DioxusLabs/dioxus/compare/v0.6.3...v0.7.1) --- updated-dependencies: - dependency-name: dioxus dependency-version: 0.7.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]