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

fix(deps): update rust crate sysinfo to 0.30 - autoclosed #182

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 20, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
sysinfo dependencies minor 0.29 -> 0.30

Release Notes

GuillaumeGomez/sysinfo (sysinfo)

v0.30.5

  • Windows: Correctly retrieve processes name on 32 bits platforms.
  • Windows: Fix swap memory computation.

v0.30.4

  • Windows: Fix misaligned read.

v0.30.3

  • Improve dependency stack by updating the windows dependency.

v0.30.2

  • Add ThreadKind enum.
  • Add Process::thread_kind method.

v0.30.1

  • Linux: Fix invalid memory information retrieval (virtual and resident set size were reversed).

v0.30.0

  • Split System into subtypes: Components, Disks, Networks and Users.
  • brand, vendor_id and frequency information is not set anymore on the global CPU.
  • Unix: Fix endless loop in user groups retrieval.
  • Unix/Windows: Fix infinite loop when retrieving various information because of bad usage
    of Vec::reserve.
  • Unix: Fix invalid usage of NULL pointer when retrieving user group name.
  • Linux: Fix CPU name retrieval.
  • Linux: Remove cgroup usage from memory computation.
  • Linux: Add linux-netdevs feature to allow to retrieve network devices.
  • Linux: Improve system memory information retrieval (using statm file instead of stat).
  • Linux: Tasks are listed in processes.
  • macOS: Correctly retrieve process root directory.
  • Windows: Add warning that System::load_average is not working in documentation.
  • Windows: Fix invalid use of NULL pointer when retrieving users groups.
  • Windows: Correctly retrieve process root directory.
  • Create new System::cgroup_limits method.
  • Remove System::refresh_system method.
  • Disk::file_system and Disk::name now return an Option<&OsStr>.
  • Implement Display trait on DiskKind.
  • Move from winapi to windows crate.
  • Add System::cpu_arch.
  • Add System::refresh_pids and System::refresh_pids_specifics.
  • System::boot_time, System::cpu_arch, System::distribution_id, System::host_name,
    System::kernel_version, System::load_average, System::long_os_version, System::name,
    System::os_version and System::uptime are static methods.
  • ProcessRefreshKind has a lot more of possibilities for better control over updates.
  • Add new UpdateKind enum.
  • Add new MemoryRefreshKind struct.
  • Add new System::refresh_memory_specifics method.
  • Process::exe, Process::cwd and Process::root return an Option<&Path>.
  • Process::tasks method is available on all platforms.
  • Process::tasks method returns a HashSet<Pid>.
  • Move System::IS_SUPPORTED, System::SUPPORTED_SIGNALS and
    System::MINIMUM_CPU_UPDATE_INTERVAL constants out of System directly at the crate top-level.
  • Rename IS_SUPPORTED into IS_SUPPORTED_SYSTEM.
  • Fix serde serialization.
  • Add System::refresh_cpu_frequency and System::refresh_cpu_all.
  • Fix sysinfo.h and C wrapper.
  • Add a migration guide.

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 Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/sysinfo-0.x branch 22 times, most recently from cd33fe8 to 8a2d5aa Compare December 27, 2023 22:26
@renovate renovate bot force-pushed the renovate/sysinfo-0.x branch 8 times, most recently from 119c0b8 to c08a57d Compare December 30, 2023 12:43
@renovate renovate bot force-pushed the renovate/sysinfo-0.x branch 7 times, most recently from 31c5806 to 9b0669d Compare January 20, 2024 12:23
@renovate renovate bot changed the base branch from dev to main January 20, 2024 12:24
@renovate renovate bot force-pushed the renovate/sysinfo-0.x branch 2 times, most recently from 88d5173 to c84c50b Compare January 20, 2024 12:42
@renovate renovate bot force-pushed the renovate/sysinfo-0.x branch 2 times, most recently from 7907afe to c4547fa Compare January 20, 2024 13:42
@renovate renovate bot force-pushed the renovate/sysinfo-0.x branch 3 times, most recently from 0de32ae to 14a073c Compare January 20, 2024 13:55
@renovate renovate bot force-pushed the renovate/sysinfo-0.x branch 2 times, most recently from 53072f1 to 951b623 Compare January 20, 2024 14:21
@renovate renovate bot force-pushed the renovate/sysinfo-0.x branch 4 times, most recently from b61c329 to 5e44be9 Compare January 21, 2024 02:04
@renovate renovate bot changed the title fix(deps): update rust crate sysinfo to 0.30 fix(deps): update rust crate sysinfo to 0.30 - autoclosed Jan 21, 2024
@renovate renovate bot closed this Jan 21, 2024
@renovate renovate bot deleted the renovate/sysinfo-0.x branch January 21, 2024 08:06
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.

0 participants