Update Rust crate sysinfo to 0.27 by renovate[bot] · Pull Request #117 · zdz/ServerStatus-Rust
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| sysinfo | dependencies | minor | 0.26 -> 0.27 |
Release Notes
GuillaumeGomez/sysinfo
v0.27.0
- Add
NetworkExt::mac_addressmethod andMacAddrtype. - Linux: Fix truncated environment retrieval.
- Implement
TryFrom<usize>andFromStrforGidandUid. - Implement
TryFrom<usize>forPid. - Fix documentation of
System::newabout CPU list not loaded by default.
v0.26.8
- Add
ProcessExt::session_idmethod. - Linux: Ignore NFS disks.
v0.26.7
- Apple: Greatly improve disk retrieval (I recommend reading the pull request first comment for more information here: #855).
- Remove build script.
v0.26.6
- Add
Process::wait. - Add "Good pratice" entry into the crate level documentation and in the README.
- Linux: More precise used memory computation.
v0.26.5
- Windows: Fix disk information retrieval.
- Linux: Improve
Processdocument. - Linux: Fix a compilation error if the
apple-sandboxfeature is enabled. - Internal code improvements.
v0.26.4
- Add
SystemExt::distribution_idmethod. - Update
ntapiversion to0.4. - Update minimum supported Rust version (MSRV) to
1.59forntapi0.4.
v0.26.3
- Update minimum supported Rust version (MSRV) to
1.56to followonce_cellminor update.
v0.26.2
- Linux: Fix process information retrieval.
- Linux: Get more components temperature.
- Linux: Fix disk name retrieval (which in turn fixed disk type retrieval).
v0.26.1
- macOS M1: Fix segmentation fault crash.
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, check this box
This PR has been generated by Mend Renovate. View repository job log here.