diff --git a/Cargo.toml b/Cargo.toml index d481e2c..c19b16e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ rlimit = "0.10.0" [target.'cfg(target_os = "linux")'.dependencies] once_cell = "1.13.1" -procfs = { version = "0.16.0", default-features = false } +procfs = { version = "0.17.0", default-features = false } [target.'cfg(target_os = "freebsd")'.dependencies] libc = "0.2.159"