Skip to content

Commit 9e88c6b

Browse files
chore(deps): update procfs requirement from 0.17.0 to 0.18.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.17.0...v0.18.0) --- updated-dependencies: - dependency-name: procfs dependency-version: 0.18.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bb2263f commit 9e88c6b

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
@@ -43,7 +43,7 @@ rlimit = "0.10.0"
4343

4444
[target.'cfg(target_os = "linux")'.dependencies]
4545
once_cell = "1.13.1"
46-
procfs = { version = "0.17.0", default-features = false }
46+
procfs = { version = "0.18.0", default-features = false }
4747

4848
[target.'cfg(target_os = "freebsd")'.dependencies]
4949
libc = "0.2.159"

0 commit comments

Comments
 (0)