From a39859605717ec453248c4b55e99d06a9706bc47 Mon Sep 17 00:00:00 2001 From: Andrew Chin Date: Mon, 25 Nov 2019 16:31:13 -0500 Subject: [PATCH] Update procfs to 0.7.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c90901296..2b1419603 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ regex = "1.3.1" lazy_static = "1.4.0" [target.'cfg(target_os="linux")'.dependencies] -procfs = "0.7" +procfs = "0.7.4" [dev-dependencies] insta = "0.11.0"