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"