-
Notifications
You must be signed in to change notification settings - Fork 281
Commit 789c52b
chore(deps): Bump serde_with from 3.12.0 to 3.13.0 (#1446)
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>
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 b8d8023 commit 789c52bCopy full SHA for 789c52b
Expand file treeCollapse file tree
1 file changed
+23
-4
lines changed+23-4Lines changed: 23 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments