Skip to content

Commit 27dc720

Browse files
chore(deps): Bump serde_with from 3.13.0 to 3.14.0 (#1494)
Bumps [serde_with](https://github.com/jonasbb/serde_with) from 3.13.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> </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.13.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.13.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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Renjie Liu <liurenjie2008@gmail.com>
1 parent 2cb3fb5 commit 27dc720

File tree

1 file changed

+18
-5
lines changed

1 file changed

+18
-5
lines changed

Cargo.lock

Lines changed: 18 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)