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/LGUG2Z/komorebi/pull/1480
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 6/9/2025
**Status:** ❌ Closed
**Base:** `master` ← **Head:** `dependabot/cargo/os_info-3.12.0`
---
### 📝 Commits (1)
- [`a6f8cd4`](https://github.com/LGUG2Z/komorebi/commit/a6f8cd4e1a440e51e39283d1e9ae5e8ef25d71a4) chore(deps): bump os_info from 3.11.0 to 3.12.0
### 📊 Changes
**2 files changed** (+4 additions, -3 deletions)
<details>
<summary>View changed files</summary>
📝 `Cargo.lock` (+3 -2)
📝 `komorebi/Cargo.toml` (+1 -1)
</details>
### 📄 Description
Bumps [os_info](https://github.com/stanislav-tkach/os_info) from 3.11.0 to 3.12.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/stanislav-tkach/os_info/releases">os_info's releases</a>.</em></p>
<blockquote>
<h2>os_info 3.12.0</h2>
<ul>
<li>
<p>Cygwin support has been added. (<a href="https://redirect.github.com/stanislav-tkach/os_info/issues/405">#405</a>)</p>
</li>
<li>
<p>macOS version detection has been updated to read the <code>SystemVersion.plist</code> file. (<a href="https://redirect.github.com/stanislav-tkach/os_info/issues/406">#406</a>)</p>
</li>
<li>
<p>macOS bitness detection has been updated to avoid using the <code>getconf</code> command. (<a href="https://redirect.github.com/stanislav-tkach/os_info/issues/407">#407</a>)</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/stanislav-tkach/os_info/blob/master/CHANGELOG.md">os_info's changelog</a>.</em></p>
<blockquote>
<h2>[3.12.0] (2025-06-08)</h2>
<ul>
<li>
<p>Cygwin support has been added. (<a href="https://redirect.github.com/stanislav-tkach/os_info/issues/405">#405</a>)</p>
</li>
<li>
<p>macOS version detection has been updated to read the <code>SystemVersion.plist</code>
file. (<a href="https://redirect.github.com/stanislav-tkach/os_info/issues/406">#406</a>)</p>
</li>
<li>
<p>macOS bitness detection has been updated to avoid using the <code>getconf</code>
command. (<a href="https://redirect.github.com/stanislav-tkach/os_info/issues/407">#407</a>)</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/stanislav-tkach/os_info/commit/70a4d893aac2a7f8fa3189685a8ca330191f0e93"><code>70a4d89</code></a> Merge pull request <a href="https://redirect.github.com/stanislav-tkach/os_info/issues/408">#408</a> from stanislav-tkach/3-12</li>
<li><a href="https://github.com/stanislav-tkach/os_info/commit/39c996cd1dbb1580ffd9d1aad19cd45c69506c6b"><code>39c996c</code></a> Markdown</li>
<li><a href="https://github.com/stanislav-tkach/os_info/commit/e8b5eab128eecb02a8e389d4485d8e9c54b77503"><code>e8b5eab</code></a> Spellcheck</li>
<li><a href="https://github.com/stanislav-tkach/os_info/commit/d224489609f03f3beab9b6bc9bf0deee20db60be"><code>d224489</code></a> Update changelog</li>
<li><a href="https://github.com/stanislav-tkach/os_info/commit/3494e228778a6800378b65e1439cec693116f9c1"><code>3494e22</code></a> Release the 3.12 version</li>
<li><a href="https://github.com/stanislav-tkach/os_info/commit/131b6aa56a41b6627977dc8f6d80fabeacc25e41"><code>131b6aa</code></a> Merge pull request <a href="https://redirect.github.com/stanislav-tkach/os_info/issues/406">#406</a> from davidkna/macos-version-from-file</li>
<li><a href="https://github.com/stanislav-tkach/os_info/commit/c5fc9081543811359bfba1cdda909155788a8abd"><code>c5fc908</code></a> Merge pull request <a href="https://redirect.github.com/stanislav-tkach/os_info/issues/407">#407</a> from davidkna/patch-1</li>
<li><a href="https://github.com/stanislav-tkach/os_info/commit/eb8e02299a849b7b921f02d17010942773391cf3"><code>eb8e022</code></a> Merge pull request <a href="https://redirect.github.com/stanislav-tkach/os_info/issues/405">#405</a> from Berrysoft/dev/cygwin</li>
<li><a href="https://github.com/stanislav-tkach/os_info/commit/a317f52a67456e737d0645938ca157de841077fd"><code>a317f52</code></a> MacOS: Attempt to derive bitness from arch</li>
<li><a href="https://github.com/stanislav-tkach/os_info/commit/260280e4fe9590593df169676b571717856e5b9a"><code>260280e</code></a> Use SystemVersion.plist for macOS ProductVersion</li>
<li>Additional commits viewable in <a href="https://github.com/stanislav-tkach/os_info/compare/v3.11.0...v3.12.0">compare view</a></li>
</ul>
</details>
<br />
[](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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/LGUG2Z/komorebi/pull/1480
Author: @dependabot[bot]
Created: 6/9/2025
Status: ❌ Closed
Base:
master← Head:dependabot/cargo/os_info-3.12.0📝 Commits (1)
a6f8cd4chore(deps): bump os_info from 3.11.0 to 3.12.0📊 Changes
2 files changed (+4 additions, -3 deletions)
View changed files
📝
Cargo.lock(+3 -2)📝
komorebi/Cargo.toml(+1 -1)📄 Description
Bumps os_info from 3.11.0 to 3.12.0.
Release notes
Sourced from os_info's releases.
Changelog
Sourced from os_info's changelog.
Commits
70a4d89Merge pull request #408 from stanislav-tkach/3-1239c996cMarkdowne8b5eabSpellcheckd224489Update changelog3494e22Release the 3.12 version131b6aaMerge pull request #406 from davidkna/macos-version-from-filec5fc908Merge pull request #407 from davidkna/patch-1eb8e022Merge pull request #405 from Berrysoft/dev/cygwina317f52MacOS: Attempt to derive bitness from arch260280eUse SystemVersion.plist for macOS ProductVersionDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.