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

Bump sysinfo from 0.17.2 to 0.19.0 #57

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 1, 2021

Bumps sysinfo from 0.17.2 to 0.19.0.

Changelog

Sourced from sysinfo's changelog.

0.19.0

  • Renamed functions/methods to follow Rust API guidelines on naming.
  • Linux: Set processes' executable path from command line if not found.
  • Linux: Added extra information about ProcessExt::name().
  • macOS: Removed unneeded (re)import of CoreFoundation library at compile-time.
  • Reworked DiskType enum: there is no more Removable variant, it's now set into the Disk struct. DiskExt::is_removable was added.
  • Linux: Added support for removable disks.
  • Linux: Ensured there's a value in global_processor frequency.
  • Fixed tests to make them a bit less strict (which was problematic when run on VMs).
  • Linux: Fixed CPU usage subtraction overflow.

0.18.2

  • macOS: Brand and vendor ID information were reversed.
  • macOS: On Apple M1 processors, the vendor ID is empty, so instead we return "Apple".
  • Added tests to ensure that the processors are always set after System::new().

0.18.1

  • Added SystemExt::IS_SUPPORTED constant to allow to easily query if a system is supported or not.
  • Used SystemExt::IS_SUPPORTED to fix tests on non-supported platforms and simplify others.

0.18.0

  • Improved documentation to make it more clear how to use the different information.
  • Turned the Signal enum into a full rust one by removing the #[repr(C)] attribute on it. Each platform now implements its own conversion.
  • Removed Signal::Stklft which wasn't used on any supported system.
  • Linux: Added support for paravirtualized disks.

0.17.5

  • Improved network code: network interfaces were handled a bit differently depending on the platform, it is now unified.

0.17.4

  • Linux: fixed invalid network interface cleanup when an interface was removed from the system in refresh_networks_list.
  • Added freebsd to CI runs.
  • Added cargo test command for freebsd on CI.
  • freebsd: Fixed build.

0.17.3

  • Removed manual FFI bindings in both Apple and Windows targets.
  • Fixed C-interface compilation.
  • Added information on how to add new platform.
Commits

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)

Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.17.2 to 0.19.0.
- [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
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 1, 2021
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.

0 participants