scaphandre icon indicating copy to clipboard operation
scaphandre copied to clipboard

build(deps): bump procfs from 0.12.0 to 0.14.0

Open dependabot[bot] opened this issue 3 years ago • 0 comments

Bumps procfs from 0.12.0 to 0.14.0.

Release notes

Sourced from procfs's releases.

v0.14.0

Breaking changes

New features

Other changes

Full Changelog: https://github.com/eminence/procfs/compare/v0.13.2...v0.14.0

v0.13.2

New features

v0.13.1

Bug fixes

Note: This fix is technically a breaking change, as the return value for a public API changed from HashMap<u32, u32> to HashMap<u64, u64>. However, since this function has been 100% broken for 4 years, I feel confident that no one is actually using this API.

New features

Other improvements

Full Changelog: https://github.com/eminence/procfs/compare/v0.13.0...v0.13.1

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 (that is, there is no risk of accidentally getting process information for a new process that has reused a PID)
    • 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

... (truncated)

Commits
  • 4a0a0bc Version 0.14.0
  • 2344fd4 Merge pull request #191 from ludo-c/wip-alternate-root-for-loadaverage
  • 07bd9ca Add 'from_reader' for LoadAverage
  • f54530e Merge pull request #190 from eminence/docs
  • 281e4b3 Add some docs on the Process object
  • 18e3300 Merge pull request #180 from zmjackson/task-children
  • ee01040 Merge pull request #189 from eminence/rust-version
  • d402d9c Document MSRV in Cargo.toml
  • 0d32abf Merge pull request #187 from eminence/fix_xcomp
  • fa1f3fc Fix build.rs to allow cross-compilation
  • 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[bot] avatar Aug 01 '22 06:08 dependabot[bot]