Update windows dependency

This commit is contained in:
Michael Pfaff 2025-03-15 23:15:30 -04:00
commit 125c9616a8

View file

@ -12,5 +12,5 @@ core-foundation = "0.10.0"
core-foundation-sys = "0.8.7"
[target.'cfg(windows)'.dependencies]
windows = { version = "0.58", features = ["Win32_System_SystemServices", "Win32_System_WindowsProgramming"] }
windows = { version = "0.60", features = ["Win32_System_SystemServices", "Win32_System_WindowsProgramming"] }
windows-sys = { version = "0.59", features = ["Win32_Globalization"] }