Skip to content

Commit

Permalink
Update procfs requirement from 0.16.0 to 0.17.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.16.0...v0.17.0)

---
updated-dependencies:
- dependency-name: procfs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent f957b40 commit a75bde5
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 @@ -25,7 +25,7 @@ bindgen = { version = "0.70.0", default-features = false, features = ["runtime"]
# supports it. It's quite probably that neither of those two things ever happen.
# But making this assumption for now so that everything compiles at least for redox
[target.'cfg(any(target_os = "linux", target_os = "redox", target_os = "android"))'.dev-dependencies]
procfs = "0.16.0"
procfs = "0.17.0"
tempfile = "3.3.0"

# Build docs for macos and linux
Expand Down

0 comments on commit a75bde5

Please sign in to comment.