tikv / rust-prometheus

Prometheus instrumentation library for Rust applications
Apache License 2.0
1.07k stars 182 forks source link

build(deps): update procfs requirement from ^0.12 to ^0.14 #452

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Updates the requirements on procfs to permit the latest version.

Release notes

Sourced from procfs's releases.

v0.14.0

Breaking changes

New features

Other changes

Full Changelog: https://github.com/eminence/procfs/compare/v0.13.2...v0.14.0

Commits
  • 4a0a0bc Version 0.14.0
  • 2344fd4 Merge pull request #191 from ludo-c/wip-alternate-root-for-loadaverage
  • 07bd9ca Add 'from_reader' for LoadAverage
  • f54530e Merge pull request #190 from eminence/docs
  • 281e4b3 Add some docs on the Process object
  • 18e3300 Merge pull request #180 from zmjackson/task-children
  • ee01040 Merge pull request #189 from eminence/rust-version
  • d402d9c Document MSRV in Cargo.toml
  • 0d32abf Merge pull request #187 from eminence/fix_xcomp
  • fa1f3fc Fix build.rs to allow cross-compilation
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
lucab commented 2 years ago

@dependabot rebase

eminence commented 2 years ago

👋 procfs maintainer here -- let me know if I can help with the upgrade.

lucab commented 2 years ago

@dependabot rebase

lucab commented 2 years ago

@eminence thanks for the offer. It looks like there is some CI annoyance that I'll have to sort out. Other than that, I have to change some calls for the new API, I'll try to find some time for that.

lucab commented 2 years ago

It looks like the bot didn't really rebase the PR when asked. I did it manually now, and also fixed the build failures due to API changes.