From 9adbe66c24acc89a4dd085fbde99fa1d1d600061 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 08:08:57 +0000 Subject: [PATCH] chore(deps): update mach2 requirement from 0.5 to 0.6 Updates the requirements on [mach2](https://github.com/JohnTitor/mach2) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f3efd3d..23a8bd3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ metrics = { version = "0.24.0", optional = true } [target.'cfg(target_os = "macos")'.dependencies] libproc = "0.14.2" -mach2 = "0.5" +mach2 = "0.6" once_cell = "1.13.1" rlimit = "0.10.0"