[PR #1085] [MERGED] build(deps): bump sysinfo from 0.35.2 to 0.36.0 #9563

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

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/1085
Author: @dependabot[bot]
Created: 7/14/2025
Status: Merged
Merged: 7/14/2025
Merged by: @JakeStanger

Base: masterHead: dependabot/cargo/sysinfo-0.36.0


📝 Commits (1)

  • 1fbe655 build(deps): bump sysinfo from 0.35.2 to 0.36.0

📊 Changes

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

View changed files

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

📄 Description

Bumps sysinfo from 0.35.2 to 0.36.0.

Changelog

Sourced from sysinfo's changelog.

0.36.0

  • Add new Motherboard type.
  • Add new Product type.
  • Linux/macOS: Fix CPU usage update.
  • Linux: Improve Component::label generated String.
  • macOS: Make Components implement Send and Sync traits.
Commits
  • 57876c0 Merge pull request #1555 from GuillaumeGomez/update
  • d571f4f Update crate version to 0.36.0
  • ef8ef97 Update CHANGELOG for 0.36.0
  • e3b69fa Merge pull request #1554 from GuillaumeGomez/motherboard-naming
  • a24ffc9 Improve Motherboard API naming
  • 14cb508 Merge pull request #1553 from GuillaumeGomez/product
  • fddff31 Add new Product type
  • 4b0cafc Merge pull request #1552 from GuillaumeGomez/send-and-sync
  • 92cb5ed Add test to check Send and Sync traits are implemented on all types
  • 54f2d92 Make macOS ARM Components implement Send and Sync
  • 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/1085 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/14/2025 **Status:** ✅ Merged **Merged:** 7/14/2025 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `dependabot/cargo/sysinfo-0.36.0` --- ### 📝 Commits (1) - [`1fbe655`](https://github.com/JakeStanger/ironbar/commit/1fbe6554802d3e42781f71331e6c038caa1f90e2) build(deps): bump sysinfo from 0.35.2 to 0.36.0 ### 📊 Changes **2 files changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+3 -3) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.35.2 to 0.36.0. <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.36.0</h1> <ul> <li>Add new <code>Motherboard</code> type.</li> <li>Add new <code>Product</code> type.</li> <li>Linux/macOS: Fix CPU usage update.</li> <li>Linux: Improve <code>Component::label</code> generated <code>String</code>.</li> <li>macOS: Make <code>Components</code> implement <code>Send</code> and <code>Sync</code> traits.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/57876c00f57d82fd1c21cfb74821f03a9081ba3b"><code>57876c0</code></a> Merge pull request <a href="https://redirect.github.com/GuillaumeGomez/sysinfo/issues/1555">#1555</a> from GuillaumeGomez/update</li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/d571f4fbd21e84879da202033fb80073e799faeb"><code>d571f4f</code></a> Update crate version to <code>0.36.0</code></li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/ef8ef9736d2bf76c34a7075f3bfaa632f05ca866"><code>ef8ef97</code></a> Update CHANGELOG for <code>0.36.0</code></li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/e3b69fa692a2772603ca76e8e0a880d78400d163"><code>e3b69fa</code></a> Merge pull request <a href="https://redirect.github.com/GuillaumeGomez/sysinfo/issues/1554">#1554</a> from GuillaumeGomez/motherboard-naming</li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/a24ffc9c32371c29a90b8433f0714a67a880bce6"><code>a24ffc9</code></a> Improve <code>Motherboard</code> API naming</li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/14cb50878ec81ecef9cd0019c8a0626341d60991"><code>14cb508</code></a> Merge pull request <a href="https://redirect.github.com/GuillaumeGomez/sysinfo/issues/1553">#1553</a> from GuillaumeGomez/product</li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/fddff318d6c13b7f24b13532b7d8c692a2d270d1"><code>fddff31</code></a> Add new <code>Product</code> type</li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/4b0cafca4a19e6b0b47b786fc760c91a4feeb2e1"><code>4b0cafc</code></a> Merge pull request <a href="https://redirect.github.com/GuillaumeGomez/sysinfo/issues/1552">#1552</a> from GuillaumeGomez/send-and-sync</li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/92cb5ed86edff84337485600a9d7c6a969fc7366"><code>92cb5ed</code></a> Add test to check <code>Send</code> and <code>Sync</code> traits are implemented on all types</li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/54f2d92aa1ac4ca9f2117ac0ca61a5e023f19d84"><code>54f2d92</code></a> Make macOS ARM <code>Components</code> implement <code>Send</code> and <code>Sync</code></li> <li>Additional commits viewable in <a href="https://github.com/GuillaumeGomez/sysinfo/compare/v0.35.2...v0.36.0">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.2&new-version=0.36.0)](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 03:56:56 +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#9563
No description provided.