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/1619
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 12/15/2025
**Status:** ❌ Closed
**Base:** `master` ← **Head:** `dependabot/cargo/os_info-3.14.0`
---
### 📝 Commits (1)
- [`58658af`](https://github.com/LGUG2Z/komorebi/commit/58658af2a04cee51a25ebd6b213a922db65bfc75) chore(deps): bump os_info from 3.13.0 to 3.14.0
### 📊 Changes
**2 files changed** (+3 additions, -3 deletions)
<details>
<summary>View changed files</summary>
📝 `Cargo.lock` (+2 -2)
📝 `komorebi/Cargo.toml` (+1 -1)
</details>
### 📄 Description
Bumps [os_info](https://github.com/stanislav-tkach/os_info) from 3.13.0 to 3.14.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.14.0</h2>
<ul>
<li>
<p>(Conditional) JSON-schema generation support via schemars for all types that implement the serde traits. (<a href="https://redirect.github.com/stanislav-tkach/os_info/issues/409">#409</a>)</p>
</li>
<li>
<p>PikaOS support has been added. (<a href="https://redirect.github.com/stanislav-tkach/os_info/issues/430">#430</a>)</p>
</li>
<li>
<p>instantOS support has been added. (<a href="https://redirect.github.com/stanislav-tkach/os_info/issues/431">#431</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.14.0] (2025-12-14)</h2>
<ul>
<li>
<p>(Conditional) JSON-schema generation support via schemars for all types that
implement the serde traits. (<a href="https://redirect.github.com/stanislav-tkach/os_info/issues/409">#409</a>)</p>
</li>
<li>
<p>PikaOS support has been added. (<a href="https://redirect.github.com/stanislav-tkach/os_info/issues/430">#430</a>)</p>
</li>
<li>
<p>instantOS support has been added. (<a href="https://redirect.github.com/stanislav-tkach/os_info/issues/431">#431</a>)</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/stanislav-tkach/os_info/commit/0bd938288b8af702b539321012c9d5b8d23b4654"><code>0bd9382</code></a> Merge pull request <a href="https://redirect.github.com/stanislav-tkach/os_info/issues/432">#432</a> from stanislav-tkach/release-3-14-0</li>
<li><a href="https://github.com/stanislav-tkach/os_info/commit/b11f19ef63a251160aa1ed081b81965ce38474a3"><code>b11f19e</code></a> Fix spellcheck</li>
<li><a href="https://github.com/stanislav-tkach/os_info/commit/16fb966f1996021e4c7672344078076b7da71cec"><code>16fb966</code></a> Release the 3.14.0 version</li>
<li><a href="https://github.com/stanislav-tkach/os_info/commit/80974f566a522811b8be18069d0054f57af126c6"><code>80974f5</code></a> Merge pull request <a href="https://redirect.github.com/stanislav-tkach/os_info/issues/409">#409</a> from davidkna/schemars-feat</li>
<li><a href="https://github.com/stanislav-tkach/os_info/commit/29161b50275dfc89608c24e4bb31a762e3584966"><code>29161b5</code></a> Merge pull request <a href="https://redirect.github.com/stanislav-tkach/os_info/issues/431">#431</a> from paperbenni/master</li>
<li><a href="https://github.com/stanislav-tkach/os_info/commit/777b8237d9623e69ab270b5e4bf8b1af85a09d09"><code>777b823</code></a> Added instantOS</li>
<li><a href="https://github.com/stanislav-tkach/os_info/commit/418c821559f77dd76e320c4f44f6c39f2dd4ccf8"><code>418c821</code></a> Merge pull request <a href="https://redirect.github.com/stanislav-tkach/os_info/issues/430">#430</a> from dmac-au/master</li>
<li><a href="https://github.com/stanislav-tkach/os_info/commit/30289e50d1c0a01f62f29da6e80be1019661d010"><code>30289e5</code></a> Added PikaOS</li>
<li><a href="https://github.com/stanislav-tkach/os_info/commit/ac803e4783d063ee16f70989b95d0bc9999b0b47"><code>ac803e4</code></a> Merge pull request <a href="https://redirect.github.com/stanislav-tkach/os_info/issues/429">#429</a> from stanislav-tkach/3-13</li>
<li><a href="https://github.com/stanislav-tkach/os_info/commit/c8b8dab1772d56c3de110406f34f18832a528e54"><code>c8b8dab</code></a> fix</li>
<li>Additional commits viewable in <a href="https://github.com/stanislav-tkach/os_info/compare/v3.13.0...v3.14.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/1619
Author: @dependabot[bot]
Created: 12/15/2025
Status: ❌ Closed
Base:
master← Head:dependabot/cargo/os_info-3.14.0📝 Commits (1)
58658afchore(deps): bump os_info from 3.13.0 to 3.14.0📊 Changes
2 files changed (+3 additions, -3 deletions)
View changed files
📝
Cargo.lock(+2 -2)📝
komorebi/Cargo.toml(+1 -1)📄 Description
Bumps os_info from 3.13.0 to 3.14.0.
Release notes
Sourced from os_info's releases.
Changelog
Sourced from os_info's changelog.
Commits
0bd9382Merge pull request #432 from stanislav-tkach/release-3-14-0b11f19eFix spellcheck16fb966Release the 3.14.0 version80974f5Merge pull request #409 from davidkna/schemars-feat29161b5Merge pull request #431 from paperbenni/master777b823Added instantOS418c821Merge pull request #430 from dmac-au/master30289e5Added PikaOSac803e4Merge pull request #429 from stanislav-tkach/3-13c8b8dabfixDependabot 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.