From a5ab14cf02d2d66d53fa321dd28749db0e87369b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 20:02:45 +0000 Subject: [PATCH] build(deps): bump mach2 from 0.6.0 to 0.7.0 Bumps [mach2](https://github.com/JohnTitor/mach2) from 0.6.0 to 0.7.0. - [Release notes](https://github.com/JohnTitor/mach2/releases) - [Commits](https://github.com/JohnTitor/mach2/compare/0.6.0...0.7.0) --- updated-dependencies: - dependency-name: mach2 dependency-version: 0.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 31e2988d7..2e4e202aa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1235,9 +1235,9 @@ checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad" [[package]] name = "mach2" -version = "0.6.0" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dae608c151f68243f2b000364e1f7b186d9c29845f7d2d85bd31b9ad77ad552b" +checksum = "b0d28e293f2b8c9d2b2d1c0193bd3c1cbdc0d2cf396888dc01162f7cf9d6c3f3" [[package]] name = "memchr" diff --git a/Cargo.toml b/Cargo.toml index d6446ecca..a558bb0e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -75,7 +75,7 @@ errno = "0.3" pager = "0.16" uzers = "0.12" which = "8" -mach2 = "0.6.0" +mach2 = "0.7.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"] }