Skip to content

Commit

Permalink
Update procfs requirement from 0.15.1 to 0.16.0
Browse files Browse the repository at this point in the history
Updates the requirements on [procfs](https://github.com/eminence/procfs) to permit the latest version.
- [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
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Oct 30, 2023
1 parent f922656 commit 1a5f1c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ rlimit = "0.10.0"

[target.'cfg(target_os = "linux")'.dependencies]
once_cell = "1.13.1"
procfs = { version = "0.15.1", default-features = false }
procfs = { version = "0.16.0", default-features = false }

[target.'cfg(target_os = "windows")'.dependencies.windows]
version = "0.51.0"
Expand Down

0 comments on commit 1a5f1c1

Please sign in to comment.