Skip to content

Commit 9aa84bd

Browse files
Update procfs requirement from ^0.8 to ^0.9 (#368)
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.8.0...v0.9.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9284294 commit 9aa84bd

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
@@ -36,7 +36,7 @@ reqwest = { version = "^0.10", features = ["blocking"], optional = true }
3636
thiserror = "^1.0"
3737

3838
[target.'cfg(target_os = "linux")'.dependencies]
39-
procfs = { version = "^0.8", optional = true, default-features = false }
39+
procfs = { version = "^0.9", optional = true, default-features = false }
4040

4141
[dev-dependencies]
4242
criterion = "0.3"

0 commit comments

Comments
 (0)