Skip to content

Commit e17c5ce

Browse files
build(deps): update procfs requirement from ^0.16 to ^0.17 (#543)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e5809b7 commit e17c5ce

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
@@ -34,7 +34,7 @@ reqwest = { version = "^0.12", features = ["blocking"], optional = true }
3434
thiserror = "^2.0"
3535

3636
[target.'cfg(target_os = "linux")'.dependencies]
37-
procfs = { version = "^0.16", optional = true, default-features = false }
37+
procfs = { version = "^0.17", optional = true, default-features = false }
3838

3939
[dev-dependencies]
4040
criterion = "0.5"

0 commit comments

Comments
 (0)