[PR #1347] [MERGED] build(deps): bump sysinfo from 0.37.2 to 0.38.0 #5538

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

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/1347
Author: @dependabot[bot]
Created: 1/26/2026
Status: Merged
Merged: 1/26/2026
Merged by: @JakeStanger

Base: masterHead: dependabot/cargo/sysinfo-0.38.0


📝 Commits (1)

  • 2f7037b build(deps): bump sysinfo from 0.37.2 to 0.38.0

📊 Changes

2 files changed (+46 additions, -43 deletions)

View changed files

📝 Cargo.lock (+45 -42)
📝 Cargo.toml (+1 -1)

📄 Description

Bumps sysinfo from 0.37.2 to 0.38.0.

Changelog

Sourced from sysinfo's changelog.

0.38.0

  • Add NetBSD support.
  • Windows: Fix unsoundness for a function used in Motherboard and Product.
  • Linux: Improve CPU info parsing.
  • Fix serde serialization of MacAddr and of Disk::file_system.
Commits
  • 4124381 Update CHANGELOG for 0.38.0
  • 98a3141 Merge pull request #1617 from GuillaumeGomez/updat
  • 7197638 Update crate version to 0.38.0
  • f69a2b9 Fix typos and make Motherboard::new return None on NetBSD
  • 791face Merge pull request #1616 from GuillaumeGomez/netbsd-root
  • b564d9a Add Process::root support for NetBSD
  • 7b324db Merge pull request #1615 from GuillaumeGomez/netbsd
  • ae044ef Implement Process::open_files on NetBSD
  • 8c5cd19 Merge pull request #1609 from notable-equivalent/feature/cgroup-access-from-c
  • 464968f Add C interface for accessing cgroup info
  • 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/1347 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/26/2026 **Status:** ✅ Merged **Merged:** 1/26/2026 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `dependabot/cargo/sysinfo-0.38.0` --- ### 📝 Commits (1) - [`2f7037b`](https://github.com/JakeStanger/ironbar/commit/2f7037b88333c8ecac4f701fe849ce5626cf5c3f) build(deps): bump sysinfo from 0.37.2 to 0.38.0 ### 📊 Changes **2 files changed** (+46 additions, -43 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+45 -42) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.37.2 to 0.38.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/GuillaumeGomez/sysinfo/blob/main/CHANGELOG.md">sysinfo's changelog</a>.</em></p> <blockquote> <h1>0.38.0</h1> <ul> <li>Add NetBSD support.</li> <li>Windows: Fix unsoundness for a function used in <code>Motherboard</code> and <code>Product</code>.</li> <li>Linux: Improve CPU info parsing.</li> <li>Fix <code>serde</code> serialization of <code>MacAddr</code> and of <code>Disk::file_system</code>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/4124381e12e77a50355bf3e669120a1801835d77"><code>4124381</code></a> Update CHANGELOG for <code>0.38.0</code></li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/98a3141013adcfcfc633f7689a62de738e8c27a6"><code>98a3141</code></a> Merge pull request <a href="https://redirect.github.com/GuillaumeGomez/sysinfo/issues/1617">#1617</a> from GuillaumeGomez/updat</li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/7197638814bea24d95b2612376535b34780a9623"><code>7197638</code></a> Update crate version to <code>0.38.0</code></li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/f69a2b943f6faa909c1a4ca110cb8b3b3afaae52"><code>f69a2b9</code></a> Fix typos and make <code>Motherboard::new</code> return <code>None</code> on NetBSD</li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/791faced515e9c3151a037dc6ed71641bffbb195"><code>791face</code></a> Merge pull request <a href="https://redirect.github.com/GuillaumeGomez/sysinfo/issues/1616">#1616</a> from GuillaumeGomez/netbsd-root</li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/b564d9af39dec63f00ee4edd0d2d0eea1c91ad4c"><code>b564d9a</code></a> Add <code>Process::root</code> support for NetBSD</li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/7b324dbc0f74ff1e5bac5d50ecb015cf9aa9fe1b"><code>7b324db</code></a> Merge pull request <a href="https://redirect.github.com/GuillaumeGomez/sysinfo/issues/1615">#1615</a> from GuillaumeGomez/netbsd</li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/ae044ef4c68170e92f6925c0bae35ef17c9f19b2"><code>ae044ef</code></a> Implement <code>Process::open_files</code> on NetBSD</li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/8c5cd198520801211bcf533c89160c3598c7f4b4"><code>8c5cd19</code></a> Merge pull request <a href="https://redirect.github.com/GuillaumeGomez/sysinfo/issues/1609">#1609</a> from notable-equivalent/feature/cgroup-access-from-c</li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/464968fe6cbefcd18d1d23250c9cae7abaa6359c"><code>464968f</code></a> Add C interface for accessing cgroup info</li> <li>Additional commits viewable in <a href="https://github.com/GuillaumeGomez/sysinfo/compare/v0.37.2...v0.38.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.37.2&new-version=0.38.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 00:57:29 +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#5538
No description provided.