[PR #1040] [MERGED] build(deps): bump sysinfo from 0.35.1 to 0.35.2 #5321

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

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/1040
Author: @dependabot[bot]
Created: 6/9/2025
Status: Merged
Merged: 6/10/2025
Merged by: @JakeStanger

Base: masterHead: dependabot/cargo/sysinfo-0.35.2


📝 Commits (1)

  • a438a6c build(deps): bump sysinfo from 0.35.1 to 0.35.2

📊 Changes

2 files changed (+3 additions, -3 deletions)

View changed files

📝 Cargo.lock (+2 -2)
📝 Cargo.toml (+1 -1)

📄 Description

Bumps sysinfo from 0.35.1 to 0.35.2.

Changelog

Sourced from sysinfo's changelog.

0.35.2

  • Linux: Fix retrieval of processor frequency on loongarch64.
  • Linux/Android: Improve Process::wait by checking if the process is still alive before waiting.
  • Windows: Fix Process::wait.
Commits
  • 7d69138 Merge pull request #1540 from GuillaumeGomez/update
  • d77abf1 Update CHANGELOG to 0.35.2
  • 2959584 Update crate version to 0.35.2
  • d305f09 Merge pull request #1538 from GuillaumeGomez/process-wait
  • 881c3c0 Add regression test for Process::wait
  • c2f5d09 Update documentation for Process::wait method
  • 4ad81e3 Add extra security on linux Process::wait to ensure the process we want to wa...
  • bcc4250 Revert "Improve Process::wait code on Windows"
  • c2a9283 Merge pull request #1536 from eatradish/fix-loongarch6-freq
  • a48c25d refactor: use cpuinfo_is_key to check data is key
  • 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/1040 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/9/2025 **Status:** ✅ Merged **Merged:** 6/10/2025 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `dependabot/cargo/sysinfo-0.35.2` --- ### 📝 Commits (1) - [`a438a6c`](https://github.com/JakeStanger/ironbar/commit/a438a6c322f93241183f9c171443080586c495ae) build(deps): bump sysinfo from 0.35.1 to 0.35.2 ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+2 -2) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.35.1 to 0.35.2. <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.35.2</h1> <ul> <li>Linux: Fix retrieval of processor frequency on loongarch64.</li> <li>Linux/Android: Improve <code>Process::wait</code> by checking if the process is still alive before waiting.</li> <li>Windows: Fix <code>Process::wait</code>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/7d691387c14469db8785ff2e979c95bcc6a19cf1"><code>7d69138</code></a> Merge pull request <a href="https://redirect.github.com/GuillaumeGomez/sysinfo/issues/1540">#1540</a> from GuillaumeGomez/update</li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/d77abf160f0df73ea076db602d5abcb22209c5c1"><code>d77abf1</code></a> Update CHANGELOG to <code>0.35.2</code></li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/2959584de936a6cc9a778e3c9258333693871a02"><code>2959584</code></a> Update crate version to 0.35.2</li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/d305f09e36db64efbcabefa953fe4365d2f8104b"><code>d305f09</code></a> Merge pull request <a href="https://redirect.github.com/GuillaumeGomez/sysinfo/issues/1538">#1538</a> from GuillaumeGomez/process-wait</li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/881c3c01d8284364830c874629b1abab1d7a49c0"><code>881c3c0</code></a> Add regression test for <code>Process::wait</code></li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/c2f5d0912c0ff72573d05254dd720f53a4523bb3"><code>c2f5d09</code></a> Update documentation for <code>Process::wait</code> method</li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/4ad81e392993aac13123788b60ddd5b0376daef8"><code>4ad81e3</code></a> Add extra security on linux Process::wait to ensure the process we want to wa...</li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/bcc42500d04b2c262247bc91d5d1d2c7e039972c"><code>bcc4250</code></a> Revert &quot;Improve <code>Process::wait</code> code on Windows&quot;</li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/c2a92834f0adef65715e3f028ef3c4e23a513c7a"><code>c2a9283</code></a> Merge pull request <a href="https://redirect.github.com/GuillaumeGomez/sysinfo/issues/1536">#1536</a> from eatradish/fix-loongarch6-freq</li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/a48c25d4ae357d7797291574088ec0cef3d93d04"><code>a48c25d</code></a> refactor: use <code>cpuinfo_is_key</code> to check data is key</li> <li>Additional commits viewable in <a href="https://github.com/GuillaumeGomez/sysinfo/compare/v0.35.1...v0.35.2">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.35.1&new-version=0.35.2)](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 00:56:54 +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#5321
No description provided.