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

Update Rust crate sysinfo to 0.30.5 #219

Merged
merged 1 commit into from
Jan 26, 2024
Merged

Update Rust crate sysinfo to 0.30.5 #219

merged 1 commit into from
Jan 26, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 7, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
sysinfo dependencies minor 0.29.0 -> 0.30.5

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.

v0.29.11

  • macOS: Fix bug when a user group doesn't have a name.

v0.29.10

  • Linux: Correctly handle max memory value for cgroups.

v0.29.9

  • Linux: Fix memory usage retrieval for cgroups.

v0.29.8

  • Linux: Fix overflow bug.

v0.29.7

  • macOS: Fix CPU frequency retrieval for M1 and M2.
  • Linux: Add support for cgroups v1/v2 for memory.
  • Windows: Fix processes name encoding issues.

v0.29.6

  • Update minimum rust version to 1.63.
  • Windows: Fix memory corruption when listing processes.
  • Windows: Fix name inconsistency between refresh_processes and refresh_process.
  • Cargo.lock is now included to prevent minimum rust version disruptions.

v0.29.5

  • Windows: Remove some undefined behaviour when listing processes.
  • <docs.rs>: Use --generate-link-to-definition option to have better source code pages.

v0.29.4

  • Windows: Improve code to retrieve network interfaces.
  • Improve serde documentation example.
  • Fix some clippy lints.

v0.29.3

  • Fix some documentation examples.

v0.29.2

  • <docs.rs>: Generate documentation for all supported platforms.

v0.29.1

  • macOS: Fix bug when a user group doesn't have a name.

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.

@renovate renovate bot changed the title fix(deps): update rust crate sysinfo to 0.29.1 fix(deps): update rust crate sysinfo to 0.29.2 Jun 7, 2023
@renovate renovate bot changed the title fix(deps): update rust crate sysinfo to 0.29.2 fix(deps): update rust crate sysinfo to 0.29.3 Jun 29, 2023
@renovate renovate bot changed the title fix(deps): update rust crate sysinfo to 0.29.3 fix(deps): update rust crate sysinfo to 0.29.4 Jul 3, 2023
@renovate renovate bot changed the title fix(deps): update rust crate sysinfo to 0.29.4 fix(deps): update rust crate sysinfo to 0.29.5 Jul 16, 2023
@renovate renovate bot changed the title fix(deps): update rust crate sysinfo to 0.29.5 fix(deps): update rust crate sysinfo to 0.29.6 Jul 22, 2023
@renovate renovate bot changed the title fix(deps): update rust crate sysinfo to 0.29.6 fix(deps): update rust crate sysinfo to 0.29.7 Jul 26, 2023
@renovate renovate bot changed the title fix(deps): update rust crate sysinfo to 0.29.7 fix(deps): update rust crate sysinfo to 0.29.8 Aug 14, 2023
@renovate renovate bot changed the title fix(deps): update rust crate sysinfo to 0.29.8 fix(deps): update rust crate sysinfo to 0.29.9 Aug 28, 2023
@renovate renovate bot changed the title fix(deps): update rust crate sysinfo to 0.29.9 fix(deps): update rust crate sysinfo to 0.29.10 Sep 6, 2023
@renovate renovate bot changed the title fix(deps): update rust crate sysinfo to 0.29.10 fix(deps): update rust crate sysinfo to 0.29.11 Nov 27, 2023
@renovate renovate bot changed the title fix(deps): update rust crate sysinfo to 0.29.11 fix(deps): update rust crate sysinfo to 0.30.0 Dec 20, 2023
@renovate renovate bot changed the title fix(deps): update rust crate sysinfo to 0.30.0 Update Rust crate sysinfo to 0.30.0 Dec 25, 2023
@renovate renovate bot changed the title Update Rust crate sysinfo to 0.30.0 Update Rust crate sysinfo to 0.30.1 Dec 25, 2023
@renovate renovate bot changed the title Update Rust crate sysinfo to 0.30.1 Update Rust crate sysinfo to 0.30.2 Dec 29, 2023
@renovate renovate bot changed the title Update Rust crate sysinfo to 0.30.2 Update Rust crate sysinfo to 0.30.3 Dec 29, 2023
@renovate renovate bot changed the title Update Rust crate sysinfo to 0.30.3 Update Rust crate sysinfo to 0.30.4 Jan 3, 2024
@renovate renovate bot force-pushed the renovate/sysinfo-0.x branch 2 times, most recently from 450f24c to a47563a Compare January 5, 2024 12:27
@renovate renovate bot changed the title Update Rust crate sysinfo to 0.30.4 Update Rust crate sysinfo to 0.30.5 Jan 5, 2024
@zdz zdz merged commit 352987a into master Jan 26, 2024
1 check failed
@renovate renovate bot deleted the renovate/sysinfo-0.x branch January 26, 2024 14:24
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.

1 participant