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/1629
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 12/29/2025
**Status:** 🔄 Open
**Base:** `master` ← **Head:** `dependabot/cargo/schemars-1.2.0`
---
### 📝 Commits (1)
- [`cadc5e5`](https://github.com/LGUG2Z/komorebi/commit/cadc5e5e0b70502c939fea7d5f1d0d412fb53346) chore(deps): bump schemars from 1.1.0 to 1.2.0
### 📊 Changes
**2 files changed** (+11 additions, -11 deletions)
<details>
<summary>View changed files</summary>
📝 `Cargo.lock` (+10 -10)
📝 `Cargo.toml` (+1 -1)
</details>
### 📄 Description
Bumps [schemars](https://github.com/GREsau/schemars) from 1.1.0 to 1.2.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/GREsau/schemars/releases">schemars's releases</a>.</em></p>
<blockquote>
<h2>v1.2.0</h2>
<p>🎅 Merry Christmas! 🎄</p>
<h3>Added</h3>
<ul>
<li>Add smol_str03 feature (<a href="https://redirect.github.com/GREsau/schemars/pull/486">GREsau/schemars#486</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Schemas generated for <code>HashMap</code>/<code>BTreeMap</code> with enum keys are now more specific (<a href="https://redirect.github.com/GREsau/schemars/pull/452">GREsau/schemars#452</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/GREsau/schemars/blob/master/CHANGELOG.md">schemars's changelog</a>.</em></p>
<blockquote>
<h2>[1.2.0] - 2025-12-25 🎄</h2>
<h3>Added</h3>
<ul>
<li>Add smol_str03 feature (<a href="https://redirect.github.com/GREsau/schemars/pull/486">GREsau/schemars#486</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Schemas generated for <code>HashMap</code>/<code>BTreeMap</code> with enum keys are now more specific (<a href="https://redirect.github.com/GREsau/schemars/pull/452">GREsau/schemars#452</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/GREsau/schemars/commit/5bfec04593f71bfc942fc22a8a53e1804561d541"><code>5bfec04</code></a> v1.2.0</li>
<li><a href="https://github.com/GREsau/schemars/commit/f6b1f4ce4ba27721ff320f27135b816a5542d5fa"><code>f6b1f4c</code></a> Add <code>smol_str03</code> feature (<a href="https://redirect.github.com/GREsau/schemars/issues/486">#486</a>)</li>
<li><a href="https://github.com/GREsau/schemars/commit/18826cd4ff8b1e14cadf57ecff4a256de41b5bf1"><code>18826cd</code></a> Add test for changes from <a href="https://redirect.github.com/GREsau/schemars/issues/452">#452</a></li>
<li><a href="https://github.com/GREsau/schemars/commit/2ac8ff5300551d9eeb6aa1c26ec405d8b116228a"><code>2ac8ff5</code></a> Added better map support (<a href="https://redirect.github.com/GREsau/schemars/issues/452">#452</a>)</li>
<li><a href="https://github.com/GREsau/schemars/commit/6009e82bb22f7ef8f3c8f70fd0ee102ff64c4b8a"><code>6009e82</code></a> Limit workflow permissions</li>
<li><a href="https://github.com/GREsau/schemars/commit/ac0b65131d2c27017fee3e8b641cdfd6dac4f841"><code>ac0b651</code></a> Fix title</li>
<li>See full diff in <a href="https://github.com/GREsau/schemars/compare/v1.1.0...v1.2.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/1629
Author: @dependabot[bot]
Created: 12/29/2025
Status: 🔄 Open
Base:
master← Head:dependabot/cargo/schemars-1.2.0📝 Commits (1)
cadc5e5chore(deps): bump schemars from 1.1.0 to 1.2.0📊 Changes
2 files changed (+11 additions, -11 deletions)
View changed files
📝
Cargo.lock(+10 -10)📝
Cargo.toml(+1 -1)📄 Description
Bumps schemars from 1.1.0 to 1.2.0.
Release notes
Sourced from schemars's releases.
Changelog
Sourced from schemars's changelog.
Commits
5bfec04v1.2.0f6b1f4cAddsmol_str03feature (#486)18826cdAdd test for changes from #4522ac8ff5Added better map support (#452)6009e82Limit workflow permissionsac0b651Fix titleDependabot 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.