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.19.3 to 0.20.0 #1309

Merged
merged 1 commit into from
Aug 5, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 5, 2021

Bumps sysinfo from 0.19.3 to 0.20.0.

Changelog

Sourced from sysinfo's changelog.

0.20.0

  • macOS: improved code readability.
  • Windows: Prevented the taskkill.exe console window from appearing when using kill.
  • Fixed benchmarks compilation issue.
  • Upgraded minimum supported Rust version to 1.54.
  • Removed doc-comment dependency.
  • Merged README and crate documentation.

0.19.2

  • Windows: Fix swap memory information computation

0.19.1

  • Windows: Get swap memory information.
  • Linux: Fix memory information gathering (bad parsing of /proc/meminfo).

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

... (truncated)

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.19.3 to 0.20.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] <support@github.com>
@codecov-commenter
Copy link

codecov-commenter commented Aug 5, 2021

Codecov Report

Merging #1309 (5da72c2) into master (fb3d251) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master   #1309   +/-   ##
======================================
  Coverage      72%     72%           
======================================
  Files         479     479           
  Lines       27902   27902           
======================================
  Hits        20175   20175           
  Misses       7727    7727           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fb3d251...5da72c2. Read the comment docs.

@databend-bot
Copy link
Member

CI Passed
Reviewer Approved
Let's Merge

@databend-bot databend-bot merged commit c05f7f2 into master Aug 5, 2021
@databend-bot databend-bot deleted the dependabot/cargo/master/sysinfo-0.20.0 branch August 5, 2021 23:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants