Skip to content

Commit

Permalink
Bump procfs from 0.15.1 to 0.16.0
Browse files Browse the repository at this point in the history
Bumps [procfs](https://github.com/eminence/procfs) from 0.15.1 to 0.16.0.
- [Release notes](https://github.com/eminence/procfs/releases)
- [Commits](eminence/procfs@v0.15.1...v0.16.0)

---
updated-dependencies:
- dependency-name: procfs
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 30, 2023
1 parent ba8b2d9 commit bba1d79
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 109 deletions.
135 changes: 27 additions & 108 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 @@ -59,7 +59,7 @@ enum-display = "0.1.3"
[target.'cfg(all(target_os = "linux", target_arch = "x86_64"))'.dependencies]
libc = "0.2.94"
nix = {version = "0.27.1", default-features = false, features = ["sched", "signal", "ptrace", "personality"]}
procfs = "0.15"
procfs = "0.16"

[features]
default = []
Expand Down

0 comments on commit bba1d79

Please sign in to comment.