summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAndrew Chin <achin@eminence32.net>2019-11-25 16:31:13 -0500
committerAram Drevekenin <aram@poor.dev>2019-11-30 20:17:47 +0100
commita39859605717ec453248c4b55e99d06a9706bc47 (patch)
treea26e7f23eaa7dc4b1de4d600bab607b4aa70e62d /Cargo.toml
parent5fd175781029ef6a89904815cf16b8a9e6f7870b (diff)
Update procfs to 0.7.4
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c909012..2b14196 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"