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.5 - autoclosed #1433

Closed
wants to merge 1 commit into from

Conversation

noelbot
Copy link
Member

@noelbot noelbot commented Dec 20, 2023

This PR contains the following updates:

Package Type Update Change
sysinfo dependencies minor 0.29.11 -> 0.30.5

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


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 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 Renovate Bot.

@noelbot noelbot force-pushed the renovate/sysinfo-0.x branch 21 times, most recently from 6220cc6 to e0e85a7 Compare December 25, 2023 20:14
@noelbot noelbot changed the title fix(deps): update rust crate sysinfo to 0.30.0 fix(deps): update rust crate sysinfo to 0.30.1 Dec 25, 2023
@noelbot noelbot force-pushed the renovate/sysinfo-0.x branch 5 times, most recently from 4d36de6 to 113a0b9 Compare December 27, 2023 13:13
@noelbot noelbot force-pushed the renovate/sysinfo-0.x branch 25 times, most recently from f0bf050 to afc3911 Compare February 1, 2024 10:02
@noelbot noelbot force-pushed the renovate/sysinfo-0.x branch from afc3911 to 19d9953 Compare February 1, 2024 18:01
@noelbot noelbot changed the title fix(deps): update rust crate sysinfo to 0.30.5 fix(deps): update rust crate sysinfo to 0.30.5 - autoclosed Feb 1, 2024
@noelbot noelbot closed this Feb 1, 2024
@noelbot noelbot deleted the renovate/sysinfo-0.x branch February 1, 2024 19:02
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.

2 participants