diff --git a/Cargo.toml b/Cargo.toml index c91d0a8f..7b734390 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ reqwest = { version = "^0.11", features = ["blocking"], optional = true } thiserror = "^1.0" [target.'cfg(target_os = "linux")'.dependencies] -procfs = { version = "^0.10", optional = true, default-features = false } +procfs = { version = "^0.11", optional = true, default-features = false } [dev-dependencies] criterion = "0.3"