chore(deps): bump windows-rs from 0.54 to 0.57

This is the highest we can go right now because this change which went
into 0.58 absolutely fucks our shit up:
https://github.com/microsoft/windows-rs/pull/3111
This commit is contained in:
LGUG2Z
2024-09-25 08:58:10 -07:00
parent d110e12a62
commit 167ec92811
10 changed files with 110 additions and 157 deletions

View File

@@ -33,14 +33,15 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] }
paste = "1"
sysinfo = "0.31"
uds_windows = "1"
win32-display-data = { git = "https://github.com/LGUG2Z/win32-display-data", rev = "32a45cebf132c3d651ee22c0c40033a6b7edc945" }
windows-implement = { version = "0.53" }
windows-interface = { version = "0.53" }
win32-display-data = { git = "https://github.com/LGUG2Z/win32-display-data", rev = "790d56567bd15b4ba3d49ed1ac9701ede6fab4a3" }
windows-implement = { version = "0.57" }
windows-interface = { version = "0.57" }
windows-core = { version = "0.57" }
shadow-rs = "0.35"
which = "6"
[workspace.dependencies.windows]
version = "0.54"
version = "0.57"
features = [
"implement",
"Win32_System_Com",