Update Rust crate sysinfo to 0.33.0 #149

Merged
Renovate merged 1 commits from renovate/sysinfo-0.x into master 2024-12-04 08:32:58 -05:00
Collaborator

This PR contains the following updates:

Package Type Update Change
sysinfo dependencies minor 0.32.0 -> 0.33.0

Release Notes

GuillaumeGomez/sysinfo (sysinfo)

v0.33.0

  • Linux: Add more ARM vendor IDs.
  • Linux: Improve CPU computation when refreshing a single process CPU usage.
  • Windows: Fix CPU frequency not being refreshed.
  • Windows: Improved components retrieval.
  • Windows: Fix inconsistent boot_time information.
  • Windows: Fix User::groups.
  • macOS: Fix network data information being limited to 32 bits.
  • macOS: Add newer macOS version for System::long_os_version.
  • unix: Add support for network sub-interfaces.
  • Use std::env::consts::ARCH as fallback for System::cpu_arch.
  • Add disk I/O support provided through Disk::usage.
  • Add NetworkData::mtu.
  • Add DiskRefreshKind to have finer-grained disks refreshes.
  • Component::temperature and Component::max now returns Option<f32>.
  • Users::refresh_list, Groups::refresh_list, Components::refresh_list, Networks::refresh_list and Disks::refresh_list methods were renamed refresh.
  • *RefreshKind::new methods were renamed nothing.
  • Improve documentation for DiskUsage::read_bytes.
  • Improve documentation for Process::kill.

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [sysinfo](https://github.com/GuillaumeGomez/sysinfo) | dependencies | minor | `0.32.0` -> `0.33.0` | --- ### Release Notes <details> <summary>GuillaumeGomez/sysinfo (sysinfo)</summary> ### [`v0.33.0`](https://github.com/GuillaumeGomez/sysinfo/blob/HEAD/CHANGELOG.md#0330) - Linux: Add more ARM vendor IDs. - Linux: Improve CPU computation when refreshing a single process CPU usage. - Windows: Fix CPU frequency not being refreshed. - Windows: Improved components retrieval. - Windows: Fix inconsistent `boot_time` information. - Windows: Fix `User::groups`. - macOS: Fix network data information being limited to 32 bits. - macOS: Add newer macOS version for `System::long_os_version`. - unix: Add support for network sub-interfaces. - Use `std::env::consts::ARCH` as fallback for `System::cpu_arch`. - Add disk I/O support provided through `Disk::usage`. - Add `NetworkData::mtu`. - Add `DiskRefreshKind` to have finer-grained disks refreshes. - `Component::temperature` and `Component::max` now returns `Option<f32>`. - `Users::refresh_list`, `Groups::refresh_list`, `Components::refresh_list`, `Networks::refresh_list` and `Disks::refresh_list` methods were renamed `refresh`. - `*RefreshKind::new` methods were renamed `nothing`. - Improve documentation for `DiskUsage::read_bytes`. - Improve documentation for `Process::kill`. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45My4zIiwidXBkYXRlZEluVmVyIjoiMzguOTMuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
Renovate added 1 commit 2024-12-04 08:32:46 -05:00
PR created by Renovate Bot.
Renovate merged commit 0f44efb80f into master 2024-12-04 08:32:58 -05:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: toast/Rustbot#149
No description provided.