Update remaining dependencies

This commit is contained in:
2025-08-03 17:33:16 -04:00
parent 110a31870f
commit 5c0f4c2df4
2 changed files with 6 additions and 49 deletions
+2 -2
View File
@@ -35,7 +35,7 @@ rtrb = "0.3"
rubato = "0.16"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
thread-priority = "1"
thread-priority = "2"
tokio = { version = "1", features = ["io-util", "macros", "net", "rt", "sync", "time"] }
tracing = { version = "0.1", features = ["release_max_level_info"] }
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
@@ -43,7 +43,7 @@ wgpu = "25"
winit = { version = "0.30", features = ["serde"] }
[target.'cfg(windows)'.dependencies]
windows = { version = "0.59", features = ["Win32_System_Threading"] }
windows = { version = "0.61", features = ["Win32_System_Threading"] }
[build-dependencies]
cc = "1"