Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from Dec 13, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 13, 2021

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: eminence/procfs@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)

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.11.0...v0.12.0)

---
updated-dependencies:
- dependency-name: procfs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 13, 2021
@lucab lucab merged commit e3e2ffd into master Dec 13, 2021
@dependabot dependabot bot deleted the dependabot/cargo/procfs-tw-0.12 branch December 13, 2021 08:51
JanBerktold pushed a commit to JanBerktold/rust-prometheus that referenced this pull request Nov 12, 2022
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.11.0...v0.12.0)

---
updated-dependencies:
- dependency-name: procfs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Jan Berktold <jberktold@roblox.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant