dots-viewer: Update Rust dependencies

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9397>
This commit is contained in:
Sebastian Dröge 2025-07-15 17:14:04 +03:00 committed by GStreamer Marge Bot
parent a97757d6a9
commit c61039e95a
2 changed files with 362 additions and 328 deletions

File diff suppressed because it is too large Load Diff

View File

@ -23,11 +23,11 @@ actix-web-static-files = "4.0"
static-files = { version = "0.2.5", features = ["sort"] }
glob = "0.3"
single-instance = "0.3.3"
opener = "0.7.1"
opener = "0.8"
anyhow = "1.0"
[target.'cfg(windows)'.dependencies]
windows = { version = "0.60", features = ["Win32_UI_Shell"] }
windows = { version = "0.61", features = ["Win32_UI_Shell"] }
[build-dependencies]
static-files = { version = "0.2.5", features = ["sort"] }