Skip to content

Commit

Permalink
Merge pull request #58 from uutils/renovate/procfs-0.x
Browse files Browse the repository at this point in the history
chore(deps): update rust crate procfs to 0.17
  • Loading branch information
cakebaker authored Oct 7, 2024
2 parents d8b1757 + bf67a78 commit 3b44606
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 @@ -68,7 +68,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 3b44606

Please sign in to comment.