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

chore(deps): bump procfs from 0.12.0 to 0.13.0 #1028

Merged
merged 2 commits into from
Jul 7, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 4, 2022

Bumps procfs from 0.12.0 to 0.13.0.

Release notes

Sourced from procfs's releases.

v0.13.0

Breaking changes

This release has several breaking API changes you should be aware of:

  • MSRV has been changed from 1.34 to 1.48
  • The Process struct has been changed in some important ways:
    • Internally, it now maintains a handle to an opened /proc/<pid> directory. So each Process will have an open file handle, which can matter in extreme cases when you have a large number of Process objects created.
    • Because each Process has a handle to its opened proc directory, there is no longer any PID reuse problems
    • Process no longer implements Clone.
    • Process no longer has a public member stats member that gets pre-populated on construction. If you want this info, you now need to explicitly call the Process::stat() function

New features

Internal changes

Full Changelog: eminence/procfs@v0.12.0...v0.13.0

Commits
  • 257ae53 Version v0.13.0
  • e9513de Merge pull request #176 from arilou/process_net_ns
  • c24212c Process: Add support for network
  • 1f806a3 Merge pull request #175 from eminence/clippy_fixes
  • 936ea75 Clippy and rustfmt fixes
  • fecfe01 Merge pull request #174 from eminence/rustix_update
  • fc5b477 Update to the latest rustix version
  • b51fb1a Merge pull request #173 from xfix/minimal-versions
  • cdf4a22 Build with cargo update -Z minimal-versions
  • ce1abc3 Merge pull request #168 from macisamuele/maci-improve-CpuInfo-performances
  • 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 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 Jul 4, 2022
@dependabot dependabot bot force-pushed the dependabot/cargo/procfs-0.13.0 branch from de15979 to e0539b4 Compare July 4, 2022 12:41
Bumps [procfs](https://github.com/eminence/procfs) from 0.12.0 to 0.13.0.
- [Release notes](https://github.com/eminence/procfs/releases)
- [Commits](eminence/procfs@v0.12.0...v0.13.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/procfs-0.13.0 branch from e0539b4 to c34965e Compare July 6, 2022 11:30
@eminence
Copy link

eminence commented Jul 6, 2022

Hi, procfs maintainer here 👋

There are some API changes in this new procfs version that will require a small code change in 1 place. Please let me know if I can help with this upgrade. Thanks!

Signed-off-by: Sascha Grunert <[email protected]>
@saschagrunert
Copy link
Collaborator

Fixed the build 👍

@utam0k
Copy link
Member

utam0k commented Jul 7, 2022

Thanks!

@utam0k utam0k merged commit ebba3aa into main Jul 7, 2022
@dependabot dependabot bot deleted the dependabot/cargo/procfs-0.13.0 branch July 7, 2022 10:56
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.

3 participants