From e29465616f4aaf8357137c63960682e284ddb665 Mon Sep 17 00:00:00 2001 From: Antonios Barotsis Date: Wed, 28 Dec 2022 00:48:33 +0200 Subject: [PATCH] Close #595 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 89fdebf81..791fcf7ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ anyhow = "1.0" libc = "0.2" [target.'cfg(windows)'.dependencies] -winapi = { version = "0.3", features = ["processthreadsapi", "minwindef", "winnt", "jobapi2", "tlhelp32"] } +winapi = { version = "0.3", features = ["processthreadsapi", "minwindef", "winnt", "jobapi2", "tlhelp32", "handleapi"] } [target.'cfg(all(windows, not(windows_process_extensions_main_thread_handle)))'.dependencies] once_cell = "1.16"