-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
Update procfs requirement from 0.16.0 to 0.17.0 #152
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.16.0...v0.17.0) --- updated-dependencies: - dependency-name: procfs dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
@dependabot merge
…On Mon, Oct 7, 2024, 11:02 PM dependabot[bot] ***@***.***> wrote:
Updates the requirements on procfs <https://github.com/eminence/procfs>
to permit the latest version.
Release notes
*Sourced from procfs's releases
<https://github.com/eminence/procfs/releases>.*
v0.17.0 What's Changed
- cgroups: skip empty controllers by @eliad-wiz
<https://github.com/eliad-wiz> in eminence/procfs#292
<https://redirect.github.com/eminence/procfs/pull/292>
- Clarify CpuInfo.get_field docs by @eminence
<https://github.com/eminence> in eminence/procfs#291
<https://redirect.github.com/eminence/procfs/pull/291>
- Correct copy-pasted Process::task_from_tid() doc by @ryoqun
<https://github.com/ryoqun> in eminence/procfs#294
<https://redirect.github.com/eminence/procfs/pull/294>
- Ship copyright and license files with split crates by @michel-slm
<https://github.com/michel-slm> in eminence/procfs#297
<https://redirect.github.com/eminence/procfs/pull/297>
- Derive serde for Pfn by @tatref <https://github.com/tatref> in
eminence/procfs#301
<https://redirect.github.com/eminence/procfs/pull/301>
- Add MountInfos::iter by @rusty-snake
<https://github.com/rusty-snake> in eminence/procfs#300
<https://redirect.github.com/eminence/procfs/pull/300>
- Add oom_score_adj Process methods by @futpib
<https://github.com/futpib> in eminence/procfs#298
<https://redirect.github.com/eminence/procfs/pull/298>
- feat: move PhysicalPageFlags to procfs-core by @tatref
<https://github.com/tatref> in eminence/procfs#303
<https://redirect.github.com/eminence/procfs/pull/303>
- Fix documentation for Meminfo.s_reclaimable. by @carletes
<https://github.com/carletes> in eminence/procfs#306
<https://redirect.github.com/eminence/procfs/pull/306>
- Doc: Fix incorrect link to examples by @VxDxK
<https://github.com/VxDxK> in eminence/procfs#307
<https://redirect.github.com/eminence/procfs/pull/307>
- Implemented proc/crypto parsing by @Hwatwasthat
<https://github.com/Hwatwasthat> in eminence/procfs#296
<https://redirect.github.com/eminence/procfs/pull/296>
- Remove lazy-static dependency by @notgull
<https://github.com/notgull> in eminence/procfs#308
<https://redirect.github.com/eminence/procfs/pull/308>
- Fix build error with backtrace feature enabled by @mbrubeck
<https://github.com/mbrubeck> in eminence/procfs#309
<https://redirect.github.com/eminence/procfs/pull/309>
- net: Improve parsing of /proc/net/snmp by @haaspors
<https://github.com/haaspors> in eminence/procfs#313
<https://redirect.github.com/eminence/procfs/pull/313>
- Updated some examples to a bit more than printing debug. by
@Hwatwasthat <https://github.com/Hwatwasthat> in eminence/procfs#314
<https://redirect.github.com/eminence/procfs/pull/314>
- Implemented crypto example by @Hwatwasthat
<https://github.com/Hwatwasthat> in eminence/procfs#315
<https://redirect.github.com/eminence/procfs/pull/315>
- Add support for /dev/devices by @yamaura
<https://github.com/yamaura> in eminence/procfs#311
<https://redirect.github.com/eminence/procfs/pull/311>
New Contributors
- @ryoqun <https://github.com/ryoqun> made their first contribution
in eminence/procfs#294
<https://redirect.github.com/eminence/procfs/pull/294>
- @michel-slm <https://github.com/michel-slm> made their first
contribution in eminence/procfs#297
<https://redirect.github.com/eminence/procfs/pull/297>
- @rusty-snake <https://github.com/rusty-snake> made their first
contribution in eminence/procfs#300
<https://redirect.github.com/eminence/procfs/pull/300>
- @futpib <https://github.com/futpib> made their first contribution
in eminence/procfs#298
<https://redirect.github.com/eminence/procfs/pull/298>
- @carletes <https://github.com/carletes> made their first
contribution in eminence/procfs#306
<https://redirect.github.com/eminence/procfs/pull/306>
- @VxDxK <https://github.com/VxDxK> made their first contribution in
eminence/procfs#307
<https://redirect.github.com/eminence/procfs/pull/307>
- @Hwatwasthat <https://github.com/Hwatwasthat> made their first
contribution in eminence/procfs#296
<https://redirect.github.com/eminence/procfs/pull/296>
- @notgull <https://github.com/notgull> made their first contribution
in eminence/procfs#308
<https://redirect.github.com/eminence/procfs/pull/308>
- @mbrubeck <https://github.com/mbrubeck> made their first
contribution in eminence/procfs#309
<https://redirect.github.com/eminence/procfs/pull/309>
- @haaspors <https://github.com/haaspors> made their first
contribution in eminence/procfs#313
<https://redirect.github.com/eminence/procfs/pull/313>
- @yamaura <https://github.com/yamaura> made their first contribution
in eminence/procfs#311
<https://redirect.github.com/eminence/procfs/pull/311>
*Full Changelog*: ***@***.***
<eminence/procfs@v0.16.0...v0.17.0>
Commits
- e303757
<eminence/procfs@e303757>
Version 0.17.0
- 6c959b6
<eminence/procfs@6c959b6>
Merge pull request #311
<https://redirect.github.com/eminence/procfs/issues/311> from
yamaura/proc_devices
- f2a51ef
<eminence/procfs@f2a51ef>
Merge pull request #315
<https://redirect.github.com/eminence/procfs/issues/315> from
Hwatwasthat/master
- dc70412
<eminence/procfs@dc70412>
Update Devices struct doc comment to clarify block_devices can be empty
- d66c910
<eminence/procfs@d66c910>
Remove unnecessary #[allow(non_snake_case)]
- eb26215
<eminence/procfs@eb26215>
Add support for /dev/devices
- 53dc3a7
<eminence/procfs@53dc3a7>
Updated readme to show what the crypto example produces.
- e0dec8b
<eminence/procfs@e0dec8b>
Implemented example for /dev/crypto parser
- 784dd2c
<eminence/procfs@784dd2c>
Merge pull request #314
<https://redirect.github.com/eminence/procfs/issues/314> from
Hwatwasthat/master
- 296791a
<eminence/procfs@296791a>
Reworked pressure example to be more readable.
- Additional commits viewable in compare view
<eminence/procfs@v0.16.0...v0.17.0>
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 show <dependency name> ignore conditions will show all
of the ignore conditions of the specified dependency
- @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)
------------------------------
You can view, comment on, or merge this pull request online at:
#152
Commit Summary
- a75bde5
<a75bde5>
Update procfs requirement from 0.16.0 to 0.17.0
File Changes
(1 file
<https://github.com/andrewdavidmackenzie/libproc-rs/pull/152/files>)
- *M* Cargo.toml
<https://github.com/andrewdavidmackenzie/libproc-rs/pull/152/files#diff-2e9d962a08321605940b5a657135052fbcef87b5e360662bb527c96d9a615542>
(2)
Patch Links:
- https://github.com/andrewdavidmackenzie/libproc-rs/pull/152.patch
- https://github.com/andrewdavidmackenzie/libproc-rs/pull/152.diff
—
Reply to this email directly, view it on GitHub
<#152>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABKF4LDOBENZC4B3WJCIMWLZ2LZGPAVCNFSM6AAAAABPQYX3UWVHI2DSMVQWIX3LMV43ASLTON2WKOZSGU3TCNBXGE3DEMA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Updates the requirements on procfs to permit the latest version.
Release notes
Sourced from procfs's releases.
Commits
e303757
Version 0.17.06c959b6
Merge pull request #311 from yamaura/proc_devicesf2a51ef
Merge pull request #315 from Hwatwasthat/masterdc70412
Update Devices struct doc comment to clarify block_devices can be emptyd66c910
Remove unnecessary #[allow(non_snake_case)]eb26215
Add support for /dev/devices53dc3a7
Updated readme to show what the crypto example produces.e0dec8b
Implemented example for /dev/crypto parser784dd2c
Merge pull request #314 from Hwatwasthat/master296791a
Reworked pressure example to be more readable.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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@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)