From b6f48103e7c0f97330666253c0204019bda37de0 Mon Sep 17 00:00:00 2001 From: Kbz-8 Date: Tue, 28 Apr 2026 00:53:28 +0200 Subject: [PATCH] yes --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7043df2..d6bacd7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2024" [dependencies] csv = "1.4.0" -dioxus = { version = "0.7.3", features = ["router"] } +dioxus = { version = "0.7.6", features = ["router"] } dioxus-sdk-time = "0.7.0" dioxus-primitives = { git = "https://github.com/DioxusLabs/components", version = "0.0.1", default-features = false } reqwest = "0.12.25"