summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2020-08-20 22:33:12 -0700
committerGitHub <noreply@github.com>2020-08-21 01:33:12 -0400
commit1dc9346d3bba695908d0a86a3d2ff07ea2fb0736 (patch)
tree5289d8d6a1e71be2c9d2d38e0e6687d2708929fc /Cargo.lock
parent4b03b4b0b0a3c716bd834a24e79466586ba9a156 (diff)
refactor: Remove ps calls
Removes and refactor ps calls that... should have not been there in the first place.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 4d9be6aa..6b8219ca 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -145,6 +145,7 @@ dependencies = [
"heim",
"itertools",
"lazy_static",
+ "libc",
"log",
"predicates",
"regex",