diff --git a/Cargo.toml b/Cargo.toml index 7519337f..8e36fd03 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ reqwest = { version = "^0.12", features = ["blocking"], optional = true } thiserror = "^2.0" [target.'cfg(target_os = "linux")'.dependencies] -procfs = { version = "^0.17", optional = true, default-features = false } +procfs = { version = "^0.18", optional = true, default-features = false } [dev-dependencies] criterion = "0.5"