Skip to content

Commit

Permalink
chore(deps): update rust crate procfs to 0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 7, 2024
1 parent 3c0caab commit 48858e1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
15 changes: 4 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ uucore = { workspace = true, features = ["entries", "process", "signals"] }
xattr = { workspace = true }

[target.'cfg(any(target_os = "linux", target_os = "android"))'.dev-dependencies]
procfs = { version = "0.16", default-features = false }
procfs = { version = "0.17", default-features = false }
rlimit = "0.10.1"

[build-dependencies]
Expand Down

0 comments on commit 48858e1

Please sign in to comment.