Skip to content

Commit b51f341

Browse files
authored
Merge pull request #72 from lambdalisue/dependabot/cargo/procfs-0.18.0
chore(deps): update procfs requirement from 0.17.0 to 0.18.0
2 parents 2825aa7 + 9e88c6b commit b51f341

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)