Skip to content

Commit 4a438df

Browse files
Update procfs requirement from 0.17 to 0.18
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 f51f94a commit 4a438df

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
@@ -118,4 +118,4 @@ termion = "4.0.2"
118118

119119

120120
[target.'cfg(target_os = "linux")'.dev-dependencies]
121-
procfs = "0.17" # for ddsperf
121+
procfs = "0.18" # for ddsperf

0 commit comments

Comments
 (0)