Skip to content

Commit a75bde5

Browse files
Update procfs requirement from 0.16.0 to 0.17.0
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] <[email protected]>
1 parent f957b40 commit a75bde5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ bindgen = { version = "0.70.0", default-features = false, features = ["runtime"]
2525
# supports it. It's quite probably that neither of those two things ever happen.
2626
# But making this assumption for now so that everything compiles at least for redox
2727
[target.'cfg(any(target_os = "linux", target_os = "redox", target_os = "android"))'.dev-dependencies]
28-
procfs = "0.16.0"
28+
procfs = "0.17.0"
2929
tempfile = "3.3.0"
3030

3131
# Build docs for macos and linux

0 commit comments

Comments
 (0)