From b56660320fd241a8390cf3bb2cca361d127084e7 Mon Sep 17 00:00:00 2001 From: Jeremy Prater Date: Wed, 20 Apr 2022 12:50:23 -0700 Subject: [PATCH] Update Cargo.toml Change upstream darwin-libproc to a fixed version See https://github.com/heim-rs/darwin-libproc/pull/3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 638d56f..0db5ef0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ libc = "0.2.72" tokio = { version = "1.0.0", features = ["fs"] } [target.'cfg(target_os = "macos")'.dependencies] -darwin-libproc = "0.2.0" +darwin-libproc = { version="0.2.0", git = "https://github.com/jamwaffles/darwin-libproc.git" } libc = "0.2.72" [dev-dependencies]