ServerStatus-Rust
ServerStatus-Rust copied to clipboard
Update Rust crate sysinfo to 0.25
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::exeinformation retrieval. - All supported platforms: Correctly handle a PID owner change (#809).
v0.25.1
- Linux: Fix potential problem on
ProcessExt::exein case/proc/<pid>/execannot be read. - Add
SystemExt::sort_disks_by.
v0.25.0
- Linux: CPU frequency is now retrieved on-demand as expected when
CpuRefreshKind::frequencyistrue. System::refresh_cpubehaviour 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
charcast when platform is using unsignedchars.
v0.24.5
- Implement
Hashtrait onUidandGidtypes. - Remove dependency
once_cellfor targets other thanlinux,androidandwindows.
v0.24.4
- Windows: Fix
System::refresh_processwhen required higher priviledges.
v0.24.3
- macOS: Fix
System::refresh_processesbadly 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.