diff --git a/Cargo.toml b/Cargo.toml index 15a1362..e7c85c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -94,7 +94,7 @@ flate2 = "1.1.0" # cc = "1.2.8" [target.'cfg(windows)'.dependencies] -windows = {version = "0.60", features = ["Win32_Globalization","Win32_System_SystemServices"]} +windows = {version = "0.61", features = ["Win32_Globalization","Win32_System_SystemServices"]} # https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#platform-specific-dependencies # https://doc.rust-lang.org/reference/conditional-compilation.html