diff --git a/Cargo.toml b/Cargo.toml index 881a525..5631d1f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ doc = false name = "open" [target.'cfg(windows)'.dependencies] -windows-sys = { version = "0.36", features = ["Win32_UI_Shell", "Win32_Foundation"] } +windows-sys = { version = "0.42", features = ["Win32_UI_Shell", "Win32_Foundation"] } [target.'cfg(all(unix, not(macos)))'.dependencies] pathdiff = "0.2.0"