ServerStatus-Rust icon indicating copy to clipboard operation
ServerStatus-Rust copied to clipboard

Update Rust crate sysinfo to 0.25

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

Mend Renovate

This PR contains the following updates:

Package Type Update Change
sysinfo dependencies minor 0.24 -> 0.25

Release Notes

GuillaumeGomez/sysinfo

v0.25.2

  • Windows: Fix Process::exe information retrieval.
  • All supported platforms: Correctly handle a PID owner change (#​809).

v0.25.1

  • Linux: Fix potential problem on ProcessExt::exe in case /proc/<pid>/exe cannot be read.
  • Add SystemExt::sort_disks_by.

v0.25.0

  • Linux: CPU frequency is now retrieved on-demand as expected when CpuRefreshKind::frequency is true.
  • System::refresh_cpu behaviour changed: it only computes CPU usage and doesn't retrieve CPU frequency.

v0.24.7

  • Windows: Fix boot time computation.
  • macOS: Fix available memory computation.
  • Some documentation fixes.

v0.24.6

  • macOS: Don't compute CPU usage when elapsed time is 0.
  • macOS: Fix memory leak when retrieving disks.
  • C interface: Fix char cast when platform is using unsigned chars.

v0.24.5

  • Implement Hash trait on Uid and Gid types.
  • Remove dependency once_cell for targets other than linux, android and windows.

v0.24.4

  • Windows: Fix System::refresh_process when required higher priviledges.

v0.24.3

  • macOS: Fix System::refresh_processes badly handling updates.
  • FreeBSD: Improve performance of System::refresh_processes.

v0.24.2

  • Windows: Fix CPU usage computation.
  • Windows: Enable extra feature on winapi.
  • macOS: Fix executable path retrieval.

v0.24.1

  • Use saturating_* function for mathematical operations to prevent overflows/underflows.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • [ ] If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] avatar Jul 29 '22 22:07 renovate[bot]