Skip to content

Commit

Permalink
Merge pull request #55 from lambdalisue/dependabot/cargo/procfs-0.17.0
Browse files Browse the repository at this point in the history
chore(deps): update procfs requirement from 0.16.0 to 0.17.0
  • Loading branch information
lambdalisue authored Oct 10, 2024
2 parents 3292d5e + 859f17c commit 17cb6c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ rlimit = "0.10.0"

[target.'cfg(target_os = "linux")'.dependencies]
once_cell = "1.13.1"
procfs = { version = "0.16.0", default-features = false }
procfs = { version = "0.17.0", default-features = false }

[target.'cfg(target_os = "freebsd")'.dependencies]
libc = "0.2.159"
Expand Down

0 comments on commit 17cb6c5

Please sign in to comment.