Update dioxus library
All checks were successful
Push Workflows / rustfmt (push) Successful in 4s
Push Workflows / tailwind-build (push) Successful in 4s
Push Workflows / clippy (push) Successful in 1m13s
Push Workflows / test (push) Successful in 1m26s
Push Workflows / docs (push) Successful in 1m25s
Push Workflows / build (push) Successful in 2m8s
Push Workflows / nix-build (push) Successful in 5m53s

This commit is contained in:
2026-08-04 20:44:33 -04:00
parent e95f335d76
commit c41a2474e6
2 changed files with 79 additions and 79 deletions

View File

@@ -16,8 +16,8 @@ config = { version = "0.15.24", optional = true }
diesel = { version = "2.3.10", optional = true, features = ["chrono"] }
diesel-async = { version = "0.9.1", optional = true, features = ["postgres", "deadpool", "migrations"] }
diesel_migrations = { version = "2.3.2", optional = true }
dioxus = { version = "0.7.9", features = ["router", "fullstack"] }
dioxus-html = "0.7.9"
dioxus = { version = "0.7.10", features = ["router", "fullstack"] }
dioxus-html = "0.7.10"
dotenvy = { version = "0.15.7", optional = true }
fred = { version = "10.1.0", optional = true }
lucide-dioxus = { version = "3.11.0", features = ["notifications", "account"] }