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

build(deps): update sysinfo requirement from 0.21.1 to 0.22.0 #609

Merged
merged 1 commit into from
Dec 15, 2021

Conversation

dependabot[bot]
Copy link
Contributor

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

Updates the requirements on sysinfo to permit the latest version.

Changelog

Sourced from sysinfo's changelog.

0.22.0

  • Add FreeBSD support.
  • Create SystemExt::refresh_processes_specifics and SystemExt::refresh_process_specifics methods.
  • Update ProcessExt::kill API and add ProcessExt::kill_with.
  • Add ProcessExt::run_time.

0.21.2

  • Unsupported targets: Fix build.
  • Linux: Exclude rootfs disk type as well.
  • Windows: Performance improvement by lazily creating queries.

0.21.1

  • Linux: Process CPU usage cannot go above maximum value (number of CPUs * 100) anymore.
  • Linux: Improve processors update.
  • Linux: Improve processes CPU usage computation speed.

0.21.0

  • Linux: Fix processes CPU computation (if System::refresh_cpu wasn't used).
  • Fix build for unsupported targets.
  • Make ProcessStatus enum unique for all platforms.
  • Unify documentation over all platforms.

0.20.5

  • Linux: Prevented overflow in disk size computation (bug in davfs2).
  • Fixed clippy lints

0.20.4

  • Update libc version, allowing to remove a lot of FFI bindings.

0.20.3

  • Windows: Reworked process information retrieval
  • Windows: Fixed issue on c_void size.
  • Improved documentation of ProcessExt::environ.

0.20.2

  • Windows: Added support for getting process' current working directory
  • Windows: Added support for getting process' environment variables
  • Removed more FFI bindings and replaced them with libc's.

0.20.1

  • macOS: Added better support for sandboxing.

... (truncated)

Commits

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)

Updates the requirements on [sysinfo](https://github.com/GuillaumeGomez/sysinfo) to permit the latest version.
- [Release notes](https://github.com/GuillaumeGomez/sysinfo/releases)
- [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md)
- [Commits](https://github.com/GuillaumeGomez/sysinfo/commits)

---
updated-dependencies:
- dependency-name: sysinfo
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@ordian ordian requested a review from niklasad1 December 15, 2021 08:55
@niklasad1 niklasad1 merged commit d8c6320 into master Dec 15, 2021
@niklasad1 niklasad1 deleted the dependabot/cargo/sysinfo-0.22.0 branch December 15, 2021 09:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants