[PR #1409] [MERGED] build(deps): bump sysinfo from 0.38.2 to 0.38.3 #8377

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

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/1409
Author: @dependabot[bot]
Created: 3/2/2026
Status: Merged
Merged: 3/2/2026
Merged by: @JakeStanger

Base: masterHead: dependabot/cargo/sysinfo-0.38.3


📝 Commits (1)

  • d7152fe build(deps): bump sysinfo from 0.38.2 to 0.38.3

📊 Changes

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

View changed files

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

📄 Description

Bumps sysinfo from 0.38.2 to 0.38.3.

Changelog

Sourced from sysinfo's changelog.

0.38.3

  • macOS: Improve accuracy of System::available_memory and System::used_memory.
  • Documentation: add missing unit for CPU::frequency returned value.
Commits
  • 61257e4 Merge pull request #1635 from GuillaumeGomez/update
  • 3cf4b65 Update crate version to 0.38.3
  • 7819ee8 Update CHANGELOG for 0.38.3
  • db4e1e3 Merge pull request #1634 from gaussfff/fix/macos-used-memory-calc-improvement
  • b32882a fix: improve accuracy of used memory calculation for macos
  • 572a1df Merge pull request #1632 from gaussfff/fix/macos-memory-calculations
  • 7aad97b fix(macos): implement right used and available ram memory calculation
  • 3438a0d Merge pull request #1633 from GuillaumeGomez/clippy
  • 9e2a28e Fix new clippy lint
  • ce0032c Merge pull request #1631 from GuillaumeGomez/precise-missing-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 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/1409 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/2/2026 **Status:** ✅ Merged **Merged:** 3/2/2026 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `dependabot/cargo/sysinfo-0.38.3` --- ### 📝 Commits (1) - [`d7152fe`](https://github.com/JakeStanger/ironbar/commit/d7152fe03bfd9a78b1a076be446a5a326c06b84f) build(deps): bump sysinfo from 0.38.2 to 0.38.3 ### 📊 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.38.2 to 0.38.3. <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.3</h1> <ul> <li>macOS: Improve accuracy of <code>System::available_memory</code> and <code>System::used_memory</code>.</li> <li>Documentation: add missing unit for <code>CPU::frequency</code> returned value.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/61257e4da7eb14010fae557d252d2d306e2e23ae"><code>61257e4</code></a> Merge pull request <a href="https://redirect.github.com/GuillaumeGomez/sysinfo/issues/1635">#1635</a> from GuillaumeGomez/update</li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/3cf4b65255b533f8a154bc75adfaf66268bf82f8"><code>3cf4b65</code></a> Update crate version to <code>0.38.3</code></li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/7819ee84d73e35f5cb993f746bc92a4bb4011d65"><code>7819ee8</code></a> Update CHANGELOG for <code>0.38.3</code></li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/db4e1e315875726a66676ed975511b73f03a4b2e"><code>db4e1e3</code></a> Merge pull request <a href="https://redirect.github.com/GuillaumeGomez/sysinfo/issues/1634">#1634</a> from gaussfff/fix/macos-used-memory-calc-improvement</li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/b32882ae23895f167366c22c217dbda375647a6d"><code>b32882a</code></a> fix: improve accuracy of used memory calculation for macos</li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/572a1df10f948c7b0136bf34432f42ef6bdd5f5b"><code>572a1df</code></a> Merge pull request <a href="https://redirect.github.com/GuillaumeGomez/sysinfo/issues/1632">#1632</a> from gaussfff/fix/macos-memory-calculations</li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/7aad97bf1ccaa3a1bf429ea34ae4160ce7035eab"><code>7aad97b</code></a> fix(macos): implement right used and available ram memory calculation</li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/3438a0db0adb2252f23d1ebc22efe717010e9b71"><code>3438a0d</code></a> Merge pull request <a href="https://redirect.github.com/GuillaumeGomez/sysinfo/issues/1633">#1633</a> from GuillaumeGomez/clippy</li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/9e2a28e65e046cb05e582e56bd0d72bc1d8f87fc"><code>9e2a28e</code></a> Fix new clippy lint</li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/ce0032c199b3c2a8384d4277b4f52b9953ce8005"><code>ce0032c</code></a> Merge pull request <a href="https://redirect.github.com/GuillaumeGomez/sysinfo/issues/1631">#1631</a> from GuillaumeGomez/precise-missing-info</li> <li>Additional commits viewable in <a href="https://github.com/GuillaumeGomez/sysinfo/compare/v0.38.2...v0.38.3">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.38.2&new-version=0.38.3)](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 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:57:25 +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#8377
No description provided.