mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-28 02:03:32 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user