diff --git a/Cargo.toml b/Cargo.toml index 17f0bdf..47896c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ edition = "2018" libc = "0.2.43" [target.'cfg(windows)'.dependencies] -crossbeam-utils = "0.5" +crossbeam-utils = "0.7" winapi = { version = "0.3.6", features = ["std", "handleapi", "namedpipeapi", "processenv", "synchapi", "winerror", "processthreadsapi", "winbase"] } [dev-dependencies]