From 64269462dd758d040d1e6477a2f6723f4627d26f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 May 2023 17:13:23 -0700 Subject: [PATCH] Update libproc requirement from 0.12 to 0.13 (#66) Updates the requirements on [libproc](https://github.com/andrewdavidmackenzie/libproc-rs) to permit the latest version. - [Release notes](https://github.com/andrewdavidmackenzie/libproc-rs/releases) - [Commits](https://github.com/andrewdavidmackenzie/libproc-rs/compare/v0.12.0...v0.13.0) --- updated-dependencies: - dependency-name: libproc dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9c2e546..8542856 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ regex = ">=1.6.0" [target.'cfg(target_os="macos")'.dependencies] mach_o_sys = "0.1.1" mach = "0.3.2" -libproc = "0.12" +libproc = "0.13" [target.'cfg(target_os="linux")'.dependencies] nix = {version = "0.26", default-features = false, features = ["ptrace", "sched", "signal"]}