Skip to content

Commit

Permalink
build(deps): update procfs requirement from 0.16 to 0.17 (#276)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Nov 26, 2024
1 parent be48598 commit a3b6338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubert-prometheus-process/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ tracing = "0.1"

[target.'cfg(target_os = "linux")'.dependencies]
libc = "0.2"
procfs = { version = "0.16", default-features = false }
procfs = { version = "0.17", default-features = false }

0 comments on commit a3b6338

Please sign in to comment.