From 51d6844788479bfaebc0dc748594e4fdd06e0561 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 10:34:03 +0000 Subject: [PATCH] Update dioxus requirement from 0.3.2 to 0.5.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.3.2...v0.5.1) --- updated-dependencies: - dependency-name: dioxus 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 bb886b2..ff0cc82 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,7 +59,7 @@ convert_case = { version = "0.6.0", optional = true, default-features = false } csv = { version = "1.2.2", optional = true, default-features = false } derive_more = { version = "0.99.17", features = ["constructor", "from", "into", "mul"], optional = true, default-features = false } dialoguer = { version = "0.10.4", features = ["editor", "password", "fuzzy-select"], optional = true, default-features = false } -dioxus = { version = "0.3.2", optional = true, default-features = false } +dioxus = { version = "0.5.1", optional = true, default-features = false } generic-array = { version = "0.14.7", features = ["serde"], optional = true, default-features = false } itertools = { version = "0.10.5", optional = true, default-features = false } lazy_static = { version = "1.4.0", optional = true, default-features = false }