devtools: dots-viewer: Update dependencies and make windows dependencies conditional

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8624>
This commit is contained in:
Sebastian Dröge 2025-03-12 19:16:03 +02:00 committed by GStreamer Marge Bot
parent 1747b5fa73
commit 5b1f7ef803
2 changed files with 294 additions and 370 deletions

File diff suppressed because it is too large Load Diff

View File

@ -11,7 +11,7 @@ actix = "0.13"
actix-web = "4.0"
actix-web-actors = "4.0"
actix-files = "0.6"
notify = "6.0"
notify = "8.0"
tokio = { version = "1.0", features = ["full"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
@ -25,7 +25,9 @@ glob = "0.3"
single-instance = "0.3.3"
opener = "0.7.1"
anyhow = "1.0"
windows = { version = "0.59", features = ["Win32_UI_Shell"] }
[target.'cfg(windows)'.dependencies]
windows = { version = "0.60", features = ["Win32_UI_Shell"] }
[build-dependencies]
static-files = "0.2.1"