diff --git a/Cargo.toml b/Cargo.toml index 2ca509b..a1234ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ license = "MIT" libc = "0.2.154" [target.'cfg(target_os = "windows")'.dependencies] -winapi = { version = "0.3", features = ["libloaderapi", "processthreadsapi", "sysinfoapi", "winbase", "winver"] } +winapi = { version = "0.3.9", features = ["libloaderapi", "processthreadsapi", "sysinfoapi", "winbase", "winver"] } [dev-dependencies] regex = "1"