Skip to content

Commit 90374a6

Browse files
Update procfs requirement from 0.15.0 to 0.16.0 (#108)
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.0...v0.16.0) --- updated-dependencies: - dependency-name: procfs dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ac941af commit 90374a6

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
@@ -37,5 +37,5 @@ bindgen = { version = "0.68.1", default-features = false, features = ["runtime"]
3737
# supports it. It's quite probably that neither of those two things ever happen.
3838
# But making this assumption for now so that everything compiles at least for redox
3939
[target.'cfg(any(target_os = "linux", target_os = "redox", target_os = "android"))'.dev-dependencies]
40-
procfs = "0.15.0"
40+
procfs = "0.16.0"
4141
tempfile = "3.3.0"

0 commit comments

Comments
 (0)