Skip to content

Commit 3e3339a

Browse files
committed
Upgrade to procfs 0.17
1 parent e3e3e6c commit 3e3339a

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

compiler/base/orchestrator/Cargo.lock

Lines changed: 4 additions & 5 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.8.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.16.0", default-features = false }
28+
procfs = { version = "0.17.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)