diff --git a/Cargo.lock b/Cargo.lock index 8f94b3995..751b773f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1202,12 +1202,9 @@ checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e" [[package]] name = "mach2" -version = "0.5.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea" -dependencies = [ - "libc", -] +checksum = "dae608c151f68243f2b000364e1f7b186d9c29845f7d2d85bd31b9ad77ad552b" [[package]] name = "memchr" diff --git a/Cargo.toml b/Cargo.toml index 0dead28ad..89a69a595 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -72,7 +72,7 @@ errno = "0.3" pager = "0.16" uzers = "0.12" which = "8" -mach2 = "0.5.0" +mach2 = "0.6.0" [target.'cfg(target_os = "windows")'.dependencies] windows-sys = { version = "0.61", features = ["Win32_Foundation", "Win32_Networking_WinSock", "Win32_NetworkManagement_IpHelper", "Win32_Security", "Win32_System_Diagnostics_ToolHelp", "Win32_System_ProcessStatus", "Win32_System_Threading"] }