Skip to content

Commit

Permalink
Merge pull request #6770 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 0800d51 + ffce59b commit 43d9944
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 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 @@ -511,7 +511,7 @@ hex-literal = "0.4.1"
rstest = { 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 }

[target.'cfg(unix)'.dev-dependencies]
nix = { workspace = true, features = ["process", "signal", "user", "term"] }
Expand Down

0 comments on commit 43d9944

Please sign in to comment.