diff --git a/Cargo.lock b/Cargo.lock index 4f1e6ff2..48d9b07a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2692,7 +2692,7 @@ dependencies = [ "win32-display-data", "windows 0.58.0", "windows-core 0.58.0", - "windows-implement 0.58.0", + "windows-implement 0.59.0", "windows-interface 0.58.0", "winput", "winreg", diff --git a/Cargo.toml b/Cargo.toml index 6757252b..ed4a9075 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ paste = "1" sysinfo = "0.33" uds_windows = "1" win32-display-data = { git = "https://github.com/LGUG2Z/win32-display-data", rev = "75286e77c068a89d12adcd6404c9c4874a60acf5" } -windows-implement = { version = "0.58" } +windows-implement = { version = "0.59" } windows-interface = { version = "0.58" } windows-core = { version = "0.58" } shadow-rs = "0.38"