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.7 #351

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 22, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
sysinfo dependencies minor 0.29.5 -> 0.30.7

Release Notes

GuillaumeGomez/sysinfo (sysinfo)

v0.30.7

Compare Source

  • Linux: Fix cgroup memory computation.
  • FreeBSD: Fix documentation about disk usage.

v0.30.6

Compare Source

  • macOS: Fix missing update of process run time.
  • Add new Groups API.
  • Improve documentation.

v0.30.5

Compare Source

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

v0.30.4

Compare Source

  • Windows: Fix misaligned read.

v0.30.3

Compare Source

  • Improve dependency stack by updating the windows dependency.

v0.30.2

Compare Source

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

v0.30.1

Compare Source

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

v0.30.0

Compare Source

  • 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

Compare Source

  • 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 force-pushed the renovate/sysinfo-0.x branch 2 times, most recently from d495b80 to 696db2c Compare July 24, 2023 07:46
@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 force-pushed the renovate/sysinfo-0.x branch 9 times, most recently from 1ec172d to f246ccc Compare July 31, 2023 21:13
@renovate renovate bot force-pushed the renovate/sysinfo-0.x branch 4 times, most recently from a12e2ac to ee6ca06 Compare August 7, 2023 06:59
@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 force-pushed the renovate/sysinfo-0.x branch 3 times, most recently from d329171 to cfb0b0c Compare August 16, 2023 04:41
@renovate renovate bot force-pushed the renovate/sysinfo-0.x branch 3 times, most recently from 7de1fd2 to 7e1a9d0 Compare August 21, 2023 23:24
@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 force-pushed the renovate/sysinfo-0.x branch from 7e1a9d0 to 837f87c Compare August 28, 2023 13:49
@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 force-pushed the renovate/sysinfo-0.x branch 4 times, most recently from 7f323fc to b44b0de Compare September 8, 2023 01:30
@renovate renovate bot force-pushed the renovate/sysinfo-0.x branch 3 times, most recently from c71ad53 to a2b8593 Compare September 14, 2023 03:46
@renovate renovate bot force-pushed the renovate/sysinfo-0.x branch from a2b8593 to 55b2e27 Compare September 18, 2023 04:47
@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 26, 2023
@renovate renovate bot force-pushed the renovate/sysinfo-0.x branch from 55b2e27 to a583034 Compare November 26, 2023 21:48
@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 force-pushed the renovate/sysinfo-0.x branch from a583034 to 7412fcc Compare December 20, 2023 22:43
@renovate renovate bot 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
@renovate renovate bot force-pushed the renovate/sysinfo-0.x branch from 7412fcc to 5e261fc Compare December 25, 2023 22:30
@renovate renovate bot changed the title fix(deps): update rust crate sysinfo to 0.30.1 fix(deps): update rust crate sysinfo to 0.30.2 Dec 29, 2023
@renovate renovate bot force-pushed the renovate/sysinfo-0.x branch from 5e261fc to b686c2b Compare December 29, 2023 00:59
@renovate renovate bot changed the title fix(deps): update rust crate sysinfo to 0.30.2 fix(deps): update rust crate sysinfo to 0.30.3 Dec 29, 2023
@renovate renovate bot force-pushed the renovate/sysinfo-0.x branch 2 times, most recently from d87e2d0 to 05905f3 Compare January 3, 2024 22:10
@renovate renovate bot changed the title fix(deps): update rust crate sysinfo to 0.30.3 fix(deps): update rust crate sysinfo to 0.30.4 Jan 3, 2024
@renovate renovate bot force-pushed the renovate/sysinfo-0.x branch from 05905f3 to e1d6a5e Compare January 5, 2024 13:37
@renovate renovate bot changed the title fix(deps): update rust crate sysinfo to 0.30.4 fix(deps): update rust crate sysinfo to 0.30.5 Jan 5, 2024
@renovate renovate bot force-pushed the renovate/sysinfo-0.x branch from e1d6a5e to f368b80 Compare March 1, 2024 19:25
@renovate renovate bot changed the title fix(deps): update rust crate sysinfo to 0.30.5 fix(deps): update rust crate sysinfo to 0.30.6 Mar 1, 2024
@renovate renovate bot force-pushed the renovate/sysinfo-0.x branch from f368b80 to 236563c Compare March 6, 2024 23:21
@renovate renovate bot changed the title fix(deps): update rust crate sysinfo to 0.30.6 fix(deps): update rust crate sysinfo to 0.30.7 Mar 6, 2024
@renovate renovate bot force-pushed the renovate/sysinfo-0.x branch from 236563c to ef82039 Compare March 21, 2024 21:00
@Elsie19 Elsie19 closed this Mar 21, 2024
@Elsie19 Elsie19 deleted the renovate/sysinfo-0.x branch March 21, 2024 21:08
Copy link
Contributor Author

renovate bot commented Mar 21, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (0.30.7). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

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