[PR #826] [CLOSED] build(deps): bump sysinfo from 0.29.11 to 0.32.1 #3787

Closed
opened 2026-05-22 23:56:48 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/826
Author: @dependabot[bot]
Created: 12/30/2024
Status: Closed

Base: masterHead: dependabot/cargo/sysinfo-0.32.1


📝 Commits (1)

  • fe351c2 build(deps): bump sysinfo from 0.29.11 to 0.32.1

📊 Changes

2 files changed (+67 additions, -36 deletions)

View changed files

📝 Cargo.lock (+66 -35)
📝 Cargo.toml (+1 -1)

📄 Description

Bumps sysinfo from 0.29.11 to 0.32.1.

Changelog

Sourced from sysinfo's changelog.

0.32.1

  • Fix compilation error due to libc update.

0.32.0

  • Add new Disk::is_read_only API.
  • Add new remove_dead_processes argument to System::refresh_processes and System::refresh_processes_specifics.
  • macOS: Fix memory leak in disk refresh.

0.31.4

  • macOS: Force memory cleanup in disk list retrieval.

0.31.3

  • Raspberry Pi: Fix temperature retrieval.

0.31.2

  • Remove bstr dependency (needed for rustc development).

0.31.1

  • Downgrade version of memchr (needed for rustc development).

0.31.0

  • Split crate in features to only enable what you need.
  • Remove System::refresh_process, System::refresh_process_specifics and System::refresh_pids methods.
  • Add new argument of type ProcessesToUpdate to System::refresh_processes and System::refresh_processes_specifics methods.
  • Add new NetworkData::ip_networks method.
  • Add new System::refresh_cpu_list method.
  • Global CPU now only contains CPU usage.
  • Rename TermalSensorType to ThermalSensorType.
  • Process names is now an OsString.
  • Remove System::global_cpu_info.
  • Add System::global_cpu_usage.
  • macOS: Fix invalid CPU computation when single processes are refreshed one after the other.
  • Windows: Fix virtual memory computation.
  • Windows: Fix WoW64 parent process refresh.
  • Linux: Retrieve RSS (Resident Set Size) memory for cgroups.

0.30.13

  • macOS: Fix segfault when calling Components::refresh_list multiple times.
  • Windows: Fix CPU arch retrieval.

0.30.12

... (truncated)

Commits
  • d272098 Merge pull request #1396 from GuillaumeGomez/update-version
  • cc272ca Update crate version to 0.32.1
  • 182e85f Update CHANGELOG for 0.32.1
  • 2542e1e Merge pull request #1394 from GuillaumeGomez/update-0.32
  • d2d2ebd Ignore libc mach_host_self and mach_task_self deprecations for now
  • 8602c05 Deal with libc 0.2.165's removal of array size hacks
  • e022ae4 Merge pull request #1354 from GuillaumeGomez/update
  • 0c5ca6a Update migration guide for 0.32
  • 9f14cba Update crate version to 0.32.0
  • eb7f147 Update CHANGELOG for 0.32.0
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/JakeStanger/ironbar/pull/826 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/30/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/cargo/sysinfo-0.32.1` --- ### 📝 Commits (1) - [`fe351c2`](https://github.com/JakeStanger/ironbar/commit/fe351c249ad178794fe1f02a49bcd46e46fd2b6e) build(deps): bump sysinfo from 0.29.11 to 0.32.1 ### 📊 Changes **2 files changed** (+67 additions, -36 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+66 -35) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.29.11 to 0.32.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md">sysinfo's changelog</a>.</em></p> <blockquote> <h1>0.32.1</h1> <ul> <li>Fix compilation error due to <code>libc</code> update.</li> </ul> <h1>0.32.0</h1> <ul> <li>Add new <code>Disk::is_read_only</code> API.</li> <li>Add new <code>remove_dead_processes</code> argument to <code>System::refresh_processes</code> and <code>System::refresh_processes_specifics</code>.</li> <li>macOS: Fix memory leak in disk refresh.</li> </ul> <h1>0.31.4</h1> <ul> <li>macOS: Force memory cleanup in disk list retrieval.</li> </ul> <h1>0.31.3</h1> <ul> <li>Raspberry Pi: Fix temperature retrieval.</li> </ul> <h1>0.31.2</h1> <ul> <li>Remove <code>bstr</code> dependency (needed for rustc development).</li> </ul> <h1>0.31.1</h1> <ul> <li>Downgrade version of <code>memchr</code> (needed for rustc development).</li> </ul> <h1>0.31.0</h1> <ul> <li>Split crate in features to only enable what you need.</li> <li>Remove <code>System::refresh_process</code>, <code>System::refresh_process_specifics</code> and <code>System::refresh_pids</code> methods.</li> <li>Add new argument of type <code>ProcessesToUpdate</code> to <code>System::refresh_processes</code> and <code>System::refresh_processes_specifics</code> methods.</li> <li>Add new <code>NetworkData::ip_networks</code> method.</li> <li>Add new <code>System::refresh_cpu_list</code> method.</li> <li>Global CPU now only contains CPU usage.</li> <li>Rename <code>TermalSensorType</code> to <code>ThermalSensorType</code>.</li> <li>Process names is now an <code>OsString</code>.</li> <li>Remove <code>System::global_cpu_info</code>.</li> <li>Add <code>System::global_cpu_usage</code>.</li> <li>macOS: Fix invalid CPU computation when single processes are refreshed one after the other.</li> <li>Windows: Fix virtual memory computation.</li> <li>Windows: Fix WoW64 parent process refresh.</li> <li>Linux: Retrieve RSS (Resident Set Size) memory for cgroups.</li> </ul> <h1>0.30.13</h1> <ul> <li>macOS: Fix segfault when calling <code>Components::refresh_list</code> multiple times.</li> <li>Windows: Fix CPU arch retrieval.</li> </ul> <h1>0.30.12</h1> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/d27209835d671c7326cece60f18ee58b1abc3291"><code>d272098</code></a> Merge pull request <a href="https://redirect.github.com/GuillaumeGomez/sysinfo/issues/1396">#1396</a> from GuillaumeGomez/update-version</li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/cc272ca3d6bf4ad3b09aebd83bc58ddedabfda9f"><code>cc272ca</code></a> Update crate version to 0.32.1</li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/182e85f1db859f197ecffb053454d44a6be950fc"><code>182e85f</code></a> Update CHANGELOG for 0.32.1</li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/2542e1e8a34a4ff69198de858b2b82efa3282817"><code>2542e1e</code></a> Merge pull request <a href="https://redirect.github.com/GuillaumeGomez/sysinfo/issues/1394">#1394</a> from GuillaumeGomez/update-0.32</li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/d2d2ebd1ac296d63aa32c14524a9ee019099c234"><code>d2d2ebd</code></a> Ignore libc mach_host_self and mach_task_self deprecations for now</li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/8602c054b540b52275c0311624bf432f0eb749cf"><code>8602c05</code></a> Deal with libc 0.2.165's removal of array size hacks</li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/e022ae4fd1d27c2d7159cad3e7018fc08e5b822d"><code>e022ae4</code></a> Merge pull request <a href="https://redirect.github.com/GuillaumeGomez/sysinfo/issues/1354">#1354</a> from GuillaumeGomez/update</li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/0c5ca6af60df2f1c659e26fed469f3e39b99710c"><code>0c5ca6a</code></a> Update migration guide for 0.32</li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/9f14cba660204703cdbed2c26e9433a597bada1d"><code>9f14cba</code></a> Update crate version to 0.32.0</li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/eb7f147b27ad46c4d01dac2ffb6bba0337da1432"><code>eb7f147</code></a> Update CHANGELOG for 0.32.0</li> <li>Additional commits viewable in <a href="https://github.com/GuillaumeGomez/sysinfo/compare/v0.29.11...v0.32.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sysinfo&package-manager=cargo&previous-version=0.29.11&new-version=0.32.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-22 23:56:48 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
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
JakeStanger/ironbar#3787
No description provided.