Skip to content

Commit f81a082

Browse files
authored
Merge of #8608
2 parents 2ce6b51 + 85e153d commit f81a082

File tree

2 files changed

+19
-116
lines changed

2 files changed

+19
-116
lines changed

Cargo.lock

Lines changed: 18 additions & 115 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

common/health_metrics/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ eth2 = { workspace = true, features = ["lighthouse"] }
88
metrics = { workspace = true }
99

1010
[target.'cfg(target_os = "linux")'.dependencies]
11-
procfs = "0.15.1"
11+
procfs = { version = "0.18", default-features = false }
1212
psutil = "3.3.0"

0 commit comments

Comments
 (0)