[PR #995] [MERGED] build(deps): bump sysinfo from 0.35.0 to 0.35.1 #3896

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

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/995
Author: @dependabot[bot]
Created: 5/19/2025
Status: Merged
Merged: 5/19/2025
Merged by: @JakeStanger

Base: masterHead: dependabot/cargo/sysinfo-0.35.1


📝 Commits (1)

  • 5be6892 build(deps): bump sysinfo from 0.35.0 to 0.35.1

📊 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.0 to 0.35.1.

Changelog

Sourced from sysinfo's changelog.

0.35.1

  • Linux: Fix processor retrieval if some information is missing.
  • Windows: Increase range of windows crate up to < 0.63.
Commits
  • 828c07a Merge pull request #1533 from GuillaumeGomez/update
  • 393f5cf Update crate version to 0.35.1
  • 5f99c54 Update CHANGELOG for 0.35.1
  • 489ad00 Merge pull request #1531 from GuillaumeGomez/linux-cpu
  • d47402b Fix retrieval of CPU when information is missing on Linux
  • 04cd4aa Improve CPU data parsing on linux
  • 8d37280 Merge pull request #1532 from GuillaumeGomez/max-windows-dependency
  • 8f98bc1 Update max windows dependency version
  • 1f00724 Merge pull request #1530 from eatradish/linux-cpu-board-multi-architecture
  • 7fb7244 feat(cpu): improve reading of cpu brand in multiple architectures
  • 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/995 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/19/2025 **Status:** ✅ Merged **Merged:** 5/19/2025 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `dependabot/cargo/sysinfo-0.35.1` --- ### 📝 Commits (1) - [`5be6892`](https://github.com/JakeStanger/ironbar/commit/5be68924582f288ca00d1742473cee6600c340b8) build(deps): bump sysinfo from 0.35.0 to 0.35.1 ### 📊 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.0 to 0.35.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.35.1</h1> <ul> <li>Linux: Fix processor retrieval if some information is missing.</li> <li>Windows: Increase range of <code>windows</code> crate up to <code>&lt; 0.63</code>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/828c07aea67da80272f4d7a694f8ec7185fe8816"><code>828c07a</code></a> Merge pull request <a href="https://redirect.github.com/GuillaumeGomez/sysinfo/issues/1533">#1533</a> from GuillaumeGomez/update</li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/393f5cf973935fb9e4848743f2c9f7cb96fb5176"><code>393f5cf</code></a> Update crate version to <code>0.35.1</code></li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/5f99c54b2aca9866535370e92ff5778cb641df8f"><code>5f99c54</code></a> Update CHANGELOG for <code>0.35.1</code></li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/489ad00321d15980a18d63f801866a163e993f53"><code>489ad00</code></a> Merge pull request <a href="https://redirect.github.com/GuillaumeGomez/sysinfo/issues/1531">#1531</a> from GuillaumeGomez/linux-cpu</li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/d47402b7d2475a26f40216e241a9f6c2f78974be"><code>d47402b</code></a> Fix retrieval of CPU when information is missing on Linux</li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/04cd4aa76d986cc586ebb957abe622301fd72376"><code>04cd4aa</code></a> Improve CPU data parsing on linux</li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/8d37280aca31fa2f5ea3ff2d9b9de0242081ffd2"><code>8d37280</code></a> Merge pull request <a href="https://redirect.github.com/GuillaumeGomez/sysinfo/issues/1532">#1532</a> from GuillaumeGomez/max-windows-dependency</li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/8f98bc1ce9ff24773659bd85f9389641a7327e3b"><code>8f98bc1</code></a> Update max <code>windows</code> dependency version</li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/1f00724df3b89108de6c51da93a2d78f4e345769"><code>1f00724</code></a> Merge pull request <a href="https://redirect.github.com/GuillaumeGomez/sysinfo/issues/1530">#1530</a> from eatradish/linux-cpu-board-multi-architecture</li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/7fb72444ab6cfde3e70374167020d5e6afe4b918"><code>7fb7244</code></a> feat(cpu): improve reading of cpu brand in multiple architectures</li> <li>Additional commits viewable in <a href="https://github.com/GuillaumeGomez/sysinfo/compare/v0.35.0...v0.35.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.35.0&new-version=0.35.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:57:07 +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#3896
No description provided.