tikv / rust-prometheus

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

build(deps): update procfs requirement from ^0.11 to ^0.12 #428

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.12.0

Breaking changes

The flate2 dependencies was used only in the kernel_config method, which would try to read a compressed /proc/config.gz file if it existed. The flate2 dependency is now option (and enabled by default). If you are using procfs with "default-features = false" and you are using the kernel_config method, pay special attention here -- you might want to manually enable the flate2 feature.

New features

Bug fixes

Full Changelog: https://github.com/eminence/procfs/compare/v0.11.0...v0.12.0

Commits
  • e640797 Version v0.12.0
  • 8081e99 Merge pull request #157 from eminence/flate_optional
  • 14757fa Updated README and lib.rs about the flate2 feature
  • 5d84fcd Merge pull request #163 from KernelErr/add-ostype-version
  • fc91e46 Merge pull request #160 from pymongo/fix_warnings
  • 70014d0 fix all rustc and clippy lints/warnings
  • 31b808a Rename kernel build time to extra
  • de0a845 Make the flate2 dependency optional
  • f6f227c Merge pull request #164 from eminence/32bit-ci
  • d951f13 Do cargo-check for 32-bit linux in github CI
  • 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)