chore(deps): update rust crate procfs to 0.16 #5474
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.15
->0.16
Release Notes
eminence/procfs (procfs)
v0.16.0
Compare Source
This release contains a fairly large internal restructuring, which has noticeable public API changes. A lot of core functionality has been brought into a new
procfs-core
crate that contains platform-independent data structures and parsing. This crate can be used on all platforms. Theprocfs
crate now depends onprocfs-core
, and contains all of the Linux-specific code (and thus remains only usable on Linux).Some
procfs
functions require information about the running system. For example, therss_bytes()
function needs to know the page size. These functions now have a more complicated API. See the docs for more information, but generally you now have to add a call to.get()
, for example:Old:
New:
We think this new complication is unavoidable, but if you have some thoughts on this, your ideas are welcome in a new issue or discussion thread
New Features
Bug Fixes
Full Changelog: eminence/procfs@v0.15.1...v0.16.0
v0.15.1
Compare Source
New features
New Contributors
Full Changelog: eminence/procfs@v0.15.0...v0.15.1
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.