diff --git a/Cargo.toml b/Cargo.toml index 63c4eaa..7144d93 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ rlimit = "0.10.0" [target.'cfg(target_os = "linux")'.dependencies] once_cell = "1.13.1" -procfs = { version = "0.15.1", default-features = false } +procfs = { version = "0.16.0", default-features = false } [target.'cfg(target_os = "windows")'.dependencies.windows] version = "0.51.0"