Update procfs (#8608)

#8547


  This is a low hanging fruit dependency update to remove one of the duplicate versions of `rustix`


Co-Authored-By: Mac L <mjladson@pm.me>
This commit is contained in:
Mac L
2026-01-01 08:50:01 +04:00
committed by GitHub
parent 2ce6b51269
commit 008dec1258
2 changed files with 19 additions and 116 deletions

View File

@@ -8,5 +8,5 @@ eth2 = { workspace = true, features = ["lighthouse"] }
metrics = { workspace = true }
[target.'cfg(target_os = "linux")'.dependencies]
procfs = "0.15.1"
procfs = { version = "0.18", default-features = false }
psutil = "3.3.0"