[PR #1498] [CLOSED] chore(deps): bump serde_with from 3.12.0 to 3.14.0 #1432

Closed
opened 2026-01-05 14:55:16 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/1498
Author: @dependabot[bot]
Created: 7/7/2025
Status: Closed

Base: masterHead: dependabot/cargo/serde_with-3.14.0


📝 Commits (1)

  • 4f96f70 chore(deps): bump serde_with from 3.12.0 to 3.14.0

📊 Changes

2 files changed (+57 additions, -11 deletions)

View changed files

📝 Cargo.lock (+56 -10)
📝 komorebi/Cargo.toml (+1 -1)

📄 Description

Bumps serde_with from 3.12.0 to 3.14.0.

Release notes

Sourced from serde_with's releases.

serde_with v3.14.0

Added

  • Add support for Range, RangeFrom, RangeTo, RangeInclusive (#851) RangeToInclusive is currently unsupported by serde.
  • Add schemars implementations for Bound, Range, RangeFrom, RangeTo, RangeInclusive.
  • Added support for schemars v1 under the schemars_1 feature flag

serde_with v3.13.0

Added

  • 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)
Commits

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 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/1498 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/7/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/cargo/serde_with-3.14.0` --- ### 📝 Commits (1) - [`4f96f70`](https://github.com/LGUG2Z/komorebi/commit/4f96f700aa6293db7fd564e61b8c003db5e6607f) chore(deps): bump serde_with from 3.12.0 to 3.14.0 ### 📊 Changes **2 files changed** (+57 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+56 -10) 📝 `komorebi/Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [serde_with](https://github.com/jonasbb/serde_with) from 3.12.0 to 3.14.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.14.0</h2> <h3>Added</h3> <ul> <li>Add support for <code>Range</code>, <code>RangeFrom</code>, <code>RangeTo</code>, <code>RangeInclusive</code> (<a href="https://redirect.github.com/jonasbb/serde_with/issues/851">#851</a>) <code>RangeToInclusive</code> is currently unsupported by serde.</li> <li>Add <code>schemars</code> implementations for <code>Bound</code>, <code>Range</code>, <code>RangeFrom</code>, <code>RangeTo</code>, <code>RangeInclusive</code>.</li> <li>Added support for <code>schemars</code> v1 under the <code>schemars_1</code> feature flag</li> </ul> <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!(&quot;{}&quot;, ...)</code>, it serializes with the <code>Formatter::alternate</code> flag set to true, like <code>format!(&quot;{:#}&quot;, ...)</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/16ea265e501c6c0655de727fb8aa3a1c8d5d0880"><code>16ea265</code></a> Bump version to 3.14 (<a href="https://redirect.github.com/jonasbb/serde_with/issues/865">#865</a>)</li> <li><a href="https://github.com/jonasbb/serde_with/commit/6b963ec7efa513105fa40014ecae59e4d984317f"><code>6b963ec</code></a> Bump version to 3.14</li> <li><a href="https://github.com/jonasbb/serde_with/commit/ff8df7add39a98e8480800e239234df7980b4dc4"><code>ff8df7a</code></a> Dead code cleanup (<a href="https://redirect.github.com/jonasbb/serde_with/issues/864">#864</a>)</li> <li><a href="https://github.com/jonasbb/serde_with/commit/e3a5f164cfe22cb38943ab28e672e38bdb63602b"><code>e3a5f16</code></a> Fix function naming scheme</li> <li><a href="https://github.com/jonasbb/serde_with/commit/20a8cf647a3abaa8cb7df662fc36c6c0f183ddf4"><code>20a8cf6</code></a> Remove unused derives and dead functions in schemars code</li> <li><a href="https://github.com/jonasbb/serde_with/commit/efe145bdfad4ea27fb342a9bd27dacbd54ab7ac9"><code>efe145b</code></a> Extract common DropGuard struct and NumberExt trait</li> <li><a href="https://github.com/jonasbb/serde_with/commit/1c3a1d3cd1c875d9a7c7d14b1a5272c8e34aad66"><code>1c3a1d3</code></a> Remove unused derives from internal Content type</li> <li><a href="https://github.com/jonasbb/serde_with/commit/c77b02ff8f42c22775e70a82bbe6dc057d24cb76"><code>c77b02f</code></a> Add support for <code>schemars</code> v1 (<a href="https://redirect.github.com/jonasbb/serde_with/issues/863">#863</a>)</li> <li><a href="https://github.com/jonasbb/serde_with/commit/e44f5dfba2c6ba73d91a2e1a9738c0c2e722819f"><code>e44f5df</code></a> Cleanup schemars tests (<a href="https://redirect.github.com/jonasbb/serde_with/issues/862">#862</a>)</li> <li><a href="https://github.com/jonasbb/serde_with/commit/17f3555d68a1a20f1cbb5603aa2f5ea54326ceba"><code>17f3555</code></a> Add support for <code>schemars</code> v1</li> <li>Additional commits viewable in <a href="https://github.com/jonasbb/serde_with/compare/v3.12.0...v3.14.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=serde_with&package-manager=cargo&previous-version=3.12.0&new-version=3.14.0)](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>
adam added the pull-request label 2026-01-05 14:55:16 +01:00
adam closed this issue 2026-01-05 14:55:16 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#1432