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

Bump procfs from 0.11.1 to 0.12.0 #534

Merged
merged 1 commit into from
Dec 14, 2021
Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps procfs from 0.11.1 to 0.12.0.

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 compatibility score

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 will merge this PR once it's up-to-date and CI passes on it, as requested by @utam0k.


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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 13, 2021
@codecov-commenter
Copy link

Codecov Report

Merging #534 (87aa52a) into main (12e61eb) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #534   +/-   ##
=======================================
  Coverage   61.09%   61.09%           
=======================================
  Files          85       85           
  Lines       12532    12532           
=======================================
  Hits         7657     7657           
  Misses       4875     4875           

@utam0k utam0k self-requested a review December 13, 2021 06:34
@utam0k
Copy link
Member

utam0k commented Dec 14, 2021

@dependabot rebase

Bumps [procfs](https://github.com/eminence/procfs) from 0.11.1 to 0.12.0.
- [Release notes](https://github.com/eminence/procfs/releases)
- [Commits](eminence/procfs@v0.11.1...v0.12.0)

---
updated-dependencies:
- dependency-name: procfs
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/procfs-0.12.0 branch from 87aa52a to a417b93 Compare December 14, 2021 13:32
@utam0k
Copy link
Member

utam0k commented Dec 14, 2021

@dependabot merge

@dependabot dependabot bot merged commit 667ef6a into main Dec 14, 2021
@dependabot dependabot bot deleted the dependabot/cargo/procfs-0.12.0 branch December 14, 2021 13:43
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

2 participants