From aba0a628b1bf1be365fdbe2bc0200d0c98c7a2bf Mon Sep 17 00:00:00 2001 From: Nikhil Benesch Date: Sun, 20 Nov 2022 12:04:18 -0500 Subject: [PATCH] Upgrade to windows-sys v0.42.0 To avoid duplicate dependencies in downstream crates. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"