Added support for schemars v0.9.0 under the schemars_0_9 feature flag by @swlynch99 (#849)
Introduce SerializeDisplayAlt derive macro (#833)
An alternative to the SerializeDisplay macro except instead of using the
plain formatting like format!("{}", ...), it serializes with the
Formatter::alternate flag set to true, like format!("{:#}", ...)
Changed
Generalize serde_with::rust::unwrap_or_skip to support deserializing references by @beroal (#832)
Bump MSRV to 1.71, since that is required for the jsonschema dev-dependency.
Make serde_conv available without the std feature by @arilou (#839)
Bump MSRV to 1.74, since that is required for schemars v0.9.0 by @swlynch99 (#849)
Fixed
Make the DurationSeconds types and other variants more accessible even without std (#845)
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/1484
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 6/16/2025
**Status:** ❌ Closed
**Base:** `master` ← **Head:** `dependabot/cargo/serde_with-3.13.0`
---
### 📝 Commits (1)
- [`008e5dd`](https://github.com/LGUG2Z/komorebi/commit/008e5dd1c760649add3d8400f6029acf7e3610cc) chore(deps): bump serde_with from 3.12.0 to 3.13.0
### 📊 Changes
**2 files changed** (+44 additions, -11 deletions)
<details>
<summary>View changed files</summary>
📝 `Cargo.lock` (+43 -10)
📝 `komorebi/Cargo.toml` (+1 -1)
</details>
### 📄 Description
Bumps [serde_with](https://github.com/jonasbb/serde_with) from 3.12.0 to 3.13.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/jonasbb/serde_with/releases">serde_with's releases</a>.</em></p>
<blockquote>
<h2>serde_with v3.13.0</h2>
<h3>Added</h3>
<ul>
<li>Added support for <code>schemars</code> v0.9.0 under the <code>schemars_0_9</code> feature flag by <a href="https://github.com/swlynch99"><code>@swlynch99</code></a> (<a href="https://redirect.github.com/jonasbb/serde_with/issues/849">#849</a>)</li>
<li>Introduce <code>SerializeDisplayAlt</code> derive macro (<a href="https://redirect.github.com/jonasbb/serde_with/issues/833">#833</a>)
An alternative to the <code>SerializeDisplay</code> macro except instead of using the
plain formatting like <code>format!("{}", ...)</code>, it serializes with the
<code>Formatter::alternate</code> flag set to true, like <code>format!("{:#}", ...)</code></li>
</ul>
<h3>Changed</h3>
<ul>
<li>Generalize <code>serde_with::rust::unwrap_or_skip</code> to support deserializing references by <a href="https://github.com/beroal"><code>@beroal</code></a> (<a href="https://redirect.github.com/jonasbb/serde_with/issues/832">#832</a>)</li>
<li>Bump MSRV to 1.71, since that is required for the <code>jsonschema</code> dev-dependency.</li>
<li>Make <code>serde_conv</code> available without the <code>std</code> feature by <a href="https://github.com/arilou"><code>@arilou</code></a> (<a href="https://redirect.github.com/jonasbb/serde_with/issues/839">#839</a>)</li>
<li>Bump MSRV to 1.74, since that is required for <code>schemars</code> v0.9.0 by <a href="https://github.com/swlynch99"><code>@swlynch99</code></a> (<a href="https://redirect.github.com/jonasbb/serde_with/issues/849">#849</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Make the <code>DurationSeconds</code> types and other variants more accessible even without <code>std</code> (<a href="https://redirect.github.com/jonasbb/serde_with/issues/845">#845</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/jonasbb/serde_with/commit/92ae7ad4b9e6f1ced3b2f00d641034ae0b56d662"><code>92ae7ad</code></a> Bump version to 3.13.0 (<a href="https://redirect.github.com/jonasbb/serde_with/issues/855">#855</a>)</li>
<li><a href="https://github.com/jonasbb/serde_with/commit/b14b17b08bb059e8e1408435340ac14416ae1aff"><code>b14b17b</code></a> Bump version to 3.13.0</li>
<li><a href="https://github.com/jonasbb/serde_with/commit/d75e9fb2ccec0dff563aab18121ec1638ac2ac51"><code>d75e9fb</code></a> Update the feature documentation (<a href="https://redirect.github.com/jonasbb/serde_with/issues/854">#854</a>)</li>
<li><a href="https://github.com/jonasbb/serde_with/commit/ad338d569cc4f22eedfbc5d896ac7c59a43c1a3e"><code>ad338d5</code></a> Update the feature documentation</li>
<li><a href="https://github.com/jonasbb/serde_with/commit/23aab788a0c6320187bed7704bc11171888815de"><code>23aab78</code></a> Fix doc links (<a href="https://redirect.github.com/jonasbb/serde_with/issues/853">#853</a>)</li>
<li><a href="https://github.com/jonasbb/serde_with/commit/c17c7815c63021de74108b9c23c6839ea765a695"><code>c17c781</code></a> Fix min_properties handing in schemars v0.8 code (<a href="https://redirect.github.com/jonasbb/serde_with/issues/852">#852</a>)</li>
<li><a href="https://github.com/jonasbb/serde_with/commit/619c2cb5cf313d923f51e43c8d6d44389d65f0bc"><code>619c2cb</code></a> Fix doc links</li>
<li><a href="https://github.com/jonasbb/serde_with/commit/188074ac5bcb51ef834ba9118cd6b772ebe94651"><code>188074a</code></a> Fix min_properties handing in schemars v0.8 code</li>
<li><a href="https://github.com/jonasbb/serde_with/commit/4dd13f2f6c34107cb89898fb6e680afe4db7b488"><code>4dd13f2</code></a> Add support for schemars v0.9 (<a href="https://redirect.github.com/jonasbb/serde_with/issues/849">#849</a>)</li>
<li><a href="https://github.com/jonasbb/serde_with/commit/c9b08afcfcdb4245fab705623e7c15c9af69bc85"><code>c9b08af</code></a> Update expect tests with clippy doc changes</li>
<li>Additional commits viewable in <a href="https://github.com/jonasbb/serde_with/compare/v3.12.0...v3.13.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/1484
Author: @dependabot[bot]
Created: 6/16/2025
Status: ❌ Closed
Base:
master← Head:dependabot/cargo/serde_with-3.13.0📝 Commits (1)
008e5ddchore(deps): bump serde_with from 3.12.0 to 3.13.0📊 Changes
2 files changed (+44 additions, -11 deletions)
View changed files
📝
Cargo.lock(+43 -10)📝
komorebi/Cargo.toml(+1 -1)📄 Description
Bumps serde_with from 3.12.0 to 3.13.0.
Release notes
Sourced from serde_with's releases.
Commits
92ae7adBump version to 3.13.0 (#855)b14b17bBump version to 3.13.0d75e9fbUpdate the feature documentation (#854)ad338d5Update the feature documentation23aab78Fix doc links (#853)c17c781Fix min_properties handing in schemars v0.8 code (#852)619c2cbFix doc links188074aFix min_properties handing in schemars v0.8 code4dd13f2Add support for schemars v0.9 (#849)c9b08afUpdate expect tests with clippy doc changesDependabot 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.