meta: update Dioxus to 0.7.2
Build Mumble Web 2 / linux_build (push) Successful in 5m12s
Build Mumble Web 2 / windows_build (push) Successful in 9m15s

This commit is contained in:
2026-01-04 18:00:13 -07:00
parent cd90cb628b
commit e6d7424b2d
2 changed files with 74 additions and 77 deletions
+2 -4
View File
@@ -66,7 +66,7 @@ dasp_ring_buffer = { version = "0.11.0", optional = true }
# Base Dependencies
# ================
dioxus = { version = "0.7.1" }
dioxus = { version = "0.7.2" }
once_cell = "1.19.0"
asynchronous-codec = { workspace = true }
futures = "^0.3.30"
@@ -92,7 +92,7 @@ base64 = "^0.22"
mime_guess = "^2.0.5"
async_cell = "^0.2.3"
reqwest = { version = "^0.12.22", features = ["json"] }
dioxus-asset-resolver = "0.7.1"
dioxus-asset-resolver = "0.7.2"
# Denoising
# =========
@@ -130,6 +130,4 @@ desktop = [
"cpal",
"dasp_ring_buffer",
"rfd/xdg-portal",
"rfd/tokio",
]