From 020634af4065e97934b2f861bd6af2c7f8c8593a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2020 05:41:30 +0000 Subject: [PATCH] build(deps): update darwin-libproc requirement from 0.1.1 to 0.2.0 Updates the requirements on [darwin-libproc](https://github.com/heim-rs/darwin-libproc) to permit the latest version. - [Release notes](https://github.com/heim-rs/darwin-libproc/releases) - [Commits](https://github.com/heim-rs/darwin-libproc/commits) Signed-off-by: dependabot-preview[bot] --- heim-process/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heim-process/Cargo.toml b/heim-process/Cargo.toml index 5322c231..bebf41d2 100644 --- a/heim-process/Cargo.toml +++ b/heim-process/Cargo.toml @@ -54,7 +54,7 @@ features = [ [target.'cfg(target_os = "macos")'.dependencies] mach = "0.3.2" -darwin-libproc = "0.1.1" +darwin-libproc = "0.2.0" [dev-dependencies] heim-derive = { version = "0.1.0-beta.1", path = "../heim-derive" }