Skip to content

Commit 9602f71

Browse files
committed
Update to procfs 0.18
1 parent 513a2ee commit 9602f71

File tree

2 files changed

+8
-28
lines changed

2 files changed

+8
-28
lines changed

compiler/base/orchestrator/Cargo.lock

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

compiler/base/orchestrator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ toml = { version = "0.9.2", default-features = false, features = ["parse", "disp
2525
tracing = { version = "0.1.37", default-features = false, features = ["attributes"] }
2626

2727
[target.'cfg(target_os = "linux")'.dependencies]
28-
procfs = { version = "0.17.0", default-features = false }
28+
procfs = { version = "0.18.0", default-features = false }
2929

3030
[target.'cfg(target_os = "macos")'.dependencies]
3131
libc = { version = "0.2.150", default-features = false }

0 commit comments

Comments
 (0)