[PR #666] [CLOSED] build(deps): bump sysinfo from 0.29.11 to 0.30.13 #7882

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

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/666
Author: @dependabot[bot]
Created: 7/15/2024
Status: Closed

Base: masterHead: dependabot/cargo/sysinfo-0.30.13


📝 Commits (1)

  • fb22d68 build(deps): bump sysinfo from 0.29.11 to 0.30.13

📊 Changes

2 files changed (+18 additions, -10 deletions)

View changed files

📝 Cargo.lock (+17 -9)
📝 Cargo.toml (+1 -1)

📄 Description

Bumps sysinfo from 0.29.11 to 0.30.13.

Changelog

Sourced from sysinfo's changelog.

0.30.13

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

0.30.12

  • FreeBSD: Fix network interfaces retrieval (one was always missing).

0.30.11

  • macOS: Fix some invalid utf8 conversions.

0.30.10

  • Linux: Fix components not being listed anymore.

0.30.9

  • Linux/Windows: Performance improvements.
  • Linux/macOS/FreeBSD: Parent process ID is updated if changed as expected.

0.30.8

  • Linux: Fix missing parallelization.
  • Linux: Add cargo feature flag linux-tmpfs to list tmpfs mounts.
  • macOS: Fix CPU usage returning NaN.
  • Components::refresh is now parallelized.

0.30.7

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

0.30.6

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

0.30.5

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

0.30.4

  • Windows: Fix misaligned read.

0.30.3

... (truncated)

Commits
  • 1639d74 Merge pull request #1306 from GuillaumeGomez/update
  • 4bcded7 Update crate version to 0.30.13
  • 9feeff0 Add CHANGELOG for 0.30.13
  • 3e7c8f2 Merge pull request #1305 from GuillaumeGomez/backport
  • 5ec0663 Fix new clippy lints
  • 53d066e Fix fmt
  • 6a6838b Fix minor typo in a doc comment
  • 0662e60 Fix CPU arch retrieval on Windows (#1296)
  • 57ea114 Fix segfault when call calling Components::refresh_list multiple times on M-...
  • 57d6b32 Merge pull request #1271 from GuillaumeGomez/update
  • 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/666 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/15/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/cargo/sysinfo-0.30.13` --- ### 📝 Commits (1) - [`fb22d68`](https://github.com/JakeStanger/ironbar/commit/fb22d681fc2813a3c4bfd414b9bcbd742208fd85) build(deps): bump sysinfo from 0.29.11 to 0.30.13 ### 📊 Changes **2 files changed** (+18 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+17 -9) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.29.11 to 0.30.13. <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.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> <ul> <li>FreeBSD: Fix network interfaces retrieval (one was always missing).</li> </ul> <h1>0.30.11</h1> <ul> <li>macOS: Fix some invalid utf8 conversions.</li> </ul> <h1>0.30.10</h1> <ul> <li>Linux: Fix components not being listed anymore.</li> </ul> <h1>0.30.9</h1> <ul> <li>Linux/Windows: Performance improvements.</li> <li>Linux/macOS/FreeBSD: Parent process ID is updated if changed as expected.</li> </ul> <h1>0.30.8</h1> <ul> <li>Linux: Fix missing parallelization.</li> <li>Linux: Add <code>cargo</code> feature flag <code>linux-tmpfs</code> to list <code>tmpfs</code> mounts.</li> <li>macOS: Fix CPU usage returning <code>NaN</code>.</li> <li><code>Components::refresh</code> is now parallelized.</li> </ul> <h1>0.30.7</h1> <ul> <li>Linux: Fix cgroup memory computation.</li> <li>FreeBSD: Fix documentation about disk usage.</li> </ul> <h1>0.30.6</h1> <ul> <li>macOS: Fix missing update of process run time.</li> <li>Add new <code>Groups</code> API.</li> <li>Improve documentation.</li> </ul> <h1>0.30.5</h1> <ul> <li>Windows: Correctly retrieve processes name on 32 bits platforms.</li> <li>Windows: Fix swap memory computation.</li> </ul> <h1>0.30.4</h1> <ul> <li>Windows: Fix misaligned read.</li> </ul> <h1>0.30.3</h1> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/1639d7476538b7a4d2f5dd1abf2d116c8e756a43"><code>1639d74</code></a> Merge pull request <a href="https://redirect.github.com/GuillaumeGomez/sysinfo/issues/1306">#1306</a> from GuillaumeGomez/update</li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/4bcded7fa7f496301426c75d1062b1474e8448a0"><code>4bcded7</code></a> Update crate version to 0.30.13</li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/9feeff00a3e5a21a5dc0fd1161d9165b5a52ad24"><code>9feeff0</code></a> Add CHANGELOG for 0.30.13</li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/3e7c8f23d2882379e4c48ee3e80a41d3c7d5e0db"><code>3e7c8f2</code></a> Merge pull request <a href="https://redirect.github.com/GuillaumeGomez/sysinfo/issues/1305">#1305</a> from GuillaumeGomez/backport</li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/5ec06633a0f97b06da99d5e0d6697858ea1ec89f"><code>5ec0663</code></a> Fix new clippy lints</li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/53d066ebf130b71ef06277fb4dbcc63bd38f359e"><code>53d066e</code></a> Fix fmt</li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/6a6838bc81fb735e0416cb6255060472a3bd12e6"><code>6a6838b</code></a> Fix minor typo in a doc comment</li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/0662e60ac405ead253c58be56df148d398a3bd65"><code>0662e60</code></a> Fix CPU arch retrieval on Windows (<a href="https://redirect.github.com/GuillaumeGomez/sysinfo/issues/1296">#1296</a>)</li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/57ea114d10c50af245f4f85aaac6820c56146ad8"><code>57ea114</code></a> Fix segfault when call calling Components::refresh_list multiple times on M-...</li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/57d6b323004d0f71a00a872f2fa6fbc3b7c9a4da"><code>57d6b32</code></a> Merge pull request <a href="https://redirect.github.com/GuillaumeGomez/sysinfo/issues/1271">#1271</a> from GuillaumeGomez/update</li> <li>Additional commits viewable in <a href="https://github.com/GuillaumeGomez/sysinfo/compare/v0.29.11...v0.30.13">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.30.13)](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-23 02:56:03 +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#7882
No description provided.