Skip to content

Commit f1caa75

Browse files
committed
[nextest-runner] update windows-sys to 0.59.0
1 parent aff7b65 commit f1caa75

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

Cargo.lock

Lines changed: 10 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nextest-runner/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,11 @@ libc = "0.2.158"
108108
nix = { version = "0.29.0", default-features = false, features = ["signal"] }
109109

110110
[target.'cfg(windows)'.dependencies]
111-
windows-sys = { version = "0.52.0", features = [
111+
windows-sys = { version = "0.59.0", features = [
112112
"Win32_Foundation",
113113
"Win32_Globalization",
114114
"Win32_Security",
115+
"Win32_Storage_FileSystem",
115116
"Win32_System_Console",
116117
"Win32_System_JobObjects",
117118
"Win32_System_Pipes",

nextest-runner/src/test_command/windows.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ pub(super) fn setup_io(cmd: &mut std::process::Command) -> io::Result<State> {
113113
},
114114
fs::OPEN_EXISTING,
115115
0,
116-
0,
116+
null_mut(),
117117
);
118118

119119
if handle == fnd::INVALID_HANDLE_VALUE {

workspace-hack/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ libc = { version = "0.2.158", features = ["extra_traits"] }
6767
futures-core = { version = "0.3.30" }
6868
futures-sink = { version = "0.3.30" }
6969
tokio = { version = "1.39.3", default-features = false, features = ["net"] }
70-
windows-sys-b21d60becc0929df = { package = "windows-sys", version = "0.52.0", features = ["Wdk_Foundation", "Wdk_Storage_FileSystem", "Wdk_System_IO", "Win32_Foundation", "Win32_Globalization", "Win32_Networking_WinSock", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_Com", "Win32_System_Console", "Win32_System_IO", "Win32_System_JobObjects", "Win32_System_Pipes", "Win32_System_SystemServices", "Win32_System_Threading", "Win32_System_WindowsProgramming", "Win32_UI_Input_KeyboardAndMouse", "Win32_UI_Shell"] }
70+
windows-sys-b21d60becc0929df = { package = "windows-sys", version = "0.52.0", features = ["Wdk_Foundation", "Wdk_Storage_FileSystem", "Wdk_System_IO", "Win32_Foundation", "Win32_Networking_WinSock", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_Com", "Win32_System_Console", "Win32_System_IO", "Win32_System_Pipes", "Win32_System_SystemServices", "Win32_System_Threading", "Win32_System_WindowsProgramming", "Win32_UI_Input_KeyboardAndMouse", "Win32_UI_Shell"] }
7171
windows-sys-c8eced492e86ede7 = { package = "windows-sys", version = "0.48.0", features = ["Win32_Foundation", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_Console", "Win32_System_Diagnostics_Debug", "Win32_System_Environment", "Win32_System_LibraryLoader", "Win32_System_Memory", "Win32_System_Registry", "Win32_System_Threading", "Win32_System_Time", "Win32_UI_Shell"] }
7272

7373
### END HAKARI SECTION

0 commit comments

Comments
 (0)