[PR #1118] [CLOSED] build(deps): bump sysinfo from 0.36.1 to 0.37.0 #8184

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

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/1118
Author: @dependabot[bot]
Created: 8/11/2025
Status: Closed

Base: masterHead: dependabot/cargo/sysinfo-0.37.0


📝 Commits (1)

  • 0122104 build(deps): bump sysinfo from 0.36.1 to 0.37.0

📊 Changes

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

View changed files

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

📄 Description

Bumps sysinfo from 0.36.1 to 0.37.0.

Changelog

Sourced from sysinfo's changelog.

0.37.0

  • Update minimum supported Rust version to 1.88 (for 2024 edition and if let chain feature).
  • Added Component::id API.
  • Linux: Greatly improve partial processes retrieval.
  • Linux: Simplify internal components retrieval code.
Commits
  • 317d873 Merge pull request #1569 from GuillaumeGomez/update-version
  • 65797c1 Update crate version to 0.37.0
  • 634f800 Update CHANGELOG for 0.37.0 version
  • 1862c57 Merge pull request #1568 from GuillaumeGomez/internal-improvement
  • 5d189e6 Rename PathHandler::join into PathHandler::replace_and_join to make it ea...
  • 833b3ba Improve process refresh on Linux (#1566)
  • af60d22 Merge pull request #1567 from GuillaumeGomez/msrv
  • 5fa1b50 Fix new clippy lints
  • 8ac5855 Update minimum supported rust version to 1.88
  • 14f55d3 Merge pull request #1561 from guillaumecl/id
  • 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/1118 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/11/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/cargo/sysinfo-0.37.0` --- ### 📝 Commits (1) - [`0122104`](https://github.com/JakeStanger/ironbar/commit/0122104a6f19a77ab61119fb804adc401f9fd102) build(deps): bump sysinfo from 0.36.1 to 0.37.0 ### 📊 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.36.1 to 0.37.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.37.0</h1> <ul> <li>Update minimum supported Rust version to <code>1.88</code> (for 2024 edition and <code>if let chain</code> feature).</li> <li>Added <code>Component::id</code> API.</li> <li>Linux: Greatly improve partial processes retrieval.</li> <li>Linux: Simplify internal components retrieval code.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/317d8739f77906e67628b3b8de7f8ae91a967164"><code>317d873</code></a> Merge pull request <a href="https://redirect.github.com/GuillaumeGomez/sysinfo/issues/1569">#1569</a> from GuillaumeGomez/update-version</li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/65797c1abbd9c04560e1d0be152559784ec2f8ff"><code>65797c1</code></a> Update crate version to <code>0.37.0</code></li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/634f8007f6290e700c2ef4845fefec2c85a4db15"><code>634f800</code></a> Update CHANGELOG for <code>0.37.0</code> version</li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/1862c57d4037056a2eaaa59a6e35a1f8978c8811"><code>1862c57</code></a> Merge pull request <a href="https://redirect.github.com/GuillaumeGomez/sysinfo/issues/1568">#1568</a> from GuillaumeGomez/internal-improvement</li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/5d189e685b4fb4aff5caca97e505f54253609f67"><code>5d189e6</code></a> Rename <code>PathHandler::join</code> into <code>PathHandler::replace_and_join</code> to make it ea...</li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/833b3ba63e0cbdac3e5953ef207632304a8297ae"><code>833b3ba</code></a> Improve process refresh on Linux (<a href="https://redirect.github.com/GuillaumeGomez/sysinfo/issues/1566">#1566</a>)</li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/af60d22e8f955b3881d90d3edb6236e386c2b1d7"><code>af60d22</code></a> Merge pull request <a href="https://redirect.github.com/GuillaumeGomez/sysinfo/issues/1567">#1567</a> from GuillaumeGomez/msrv</li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/5fa1b5034acb11e26e96eb1f4b66682e22a811e1"><code>5fa1b50</code></a> Fix new clippy lints</li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/8ac585588b6f6e0d377d3bd0604c278c0197ea63"><code>8ac5855</code></a> Update minimum supported rust version to 1.88</li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/14f55d3f8590c7fa1d2d2664dac1c70b4f1b583b"><code>14f55d3</code></a> Merge pull request <a href="https://redirect.github.com/GuillaumeGomez/sysinfo/issues/1561">#1561</a> from guillaumecl/id</li> <li>Additional commits viewable in <a href="https://github.com/GuillaumeGomez/sysinfo/compare/v0.36.1...v0.37.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.36.1&new-version=0.37.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 02:56:52 +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#8184
No description provided.