From 38ef687711e1866a86f27757d32e6211741d6ad3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 20:10:22 +0000 Subject: [PATCH] build(deps): bump mach2 from 0.5.0 to 0.6.0 Bumps [mach2](https://github.com/JohnTitor/mach2) from 0.5.0 to 0.6.0. - [Release notes](https://github.com/JohnTitor/mach2/releases) - [Commits](https://github.com/JohnTitor/mach2/compare/0.5.0...0.6.0) --- updated-dependencies: - dependency-name: mach2 dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 7 ++----- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) 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"] }