Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump serde_with from 3.2.0 to 3.4.0 (#434)
Bumps [serde_with](https://github.com/jonasbb/serde_with) from 3.2.0 to 3.4.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.4.0</h2> <ul> <li> <p>Lower minimum required serde version to 1.0.152 (<a href="https://redirect.github.com/jonasbb/serde_with/issues/653">#653</a>) Thanks to <a href="https://github.com/banool"><code>@banool</code></a> for submitting the PR.</p> <p>This allows people that have a problem with 1.0.153 to still use <code>serde_with</code>.</p> </li> <li> <p>Add support for <code>core::ops::Bound</code> (<a href="https://redirect.github.com/jonasbb/serde_with/issues/655">#655</a>) Thanks to <a href="https://github.com/qsantos"><code>@qsantos</code></a> for submitting the PR.</p> </li> </ul> <h2>serde_with v3.3.0</h2> <h3>Added</h3> <ul> <li> <p>Support the <code>hashbrown</code> type <code>HashMap</code> and <code>HashSet</code> (<a href="https://redirect.github.com/jonasbb/serde_with/issues/636">#636</a>, <a href="https://redirect.github.com/jonasbb/serde_with/issues/637">#637</a>) Thanks to <a href="https://github.com/OliverNChalk"><code>@OliverNChalk</code></a> for raising the issue and submitting a PR.</p> <p>This extends the existing support for <code>HashMap</code>s and <code>HashSet</code>s to the <code>hashbrown</code> crate v0.14. The same conversions as for the <code>std</code> and <code>indexmap</code> types are available, like general support for <code>#[serde_as]</code> and converting it to/from sequences or maps.</p> </li> </ul> <h3>Changed</h3> <ul> <li> <p>Generalize some trait bounds for <code>DeserializeAs</code> implementations</p> <p>While working on <a href="https://redirect.github.com/jonasbb/serde_with/issues/637">#637</a> it came to light that some of the macros for generating <code>DeserializeAs</code> implementations were not as generic as they could. This means they didn't work with custom hasher types, but only the default hashers. This has now been fixed and custom hashers should work better, as long as they implement <code>BuildHasher + Default</code>.</p> </li> <li> <p>(internal) Change how features are documented (<a href="https://redirect.github.com/jonasbb/serde_with/issues/639">#639</a>)</p> <p>This change moves the feature documentation into <code>Cargo.toml</code> in a format that can be read by lib.rs. It will improve the generated features documentation there. The page with all features remains in the guide but is now generated from the <code>Cargo.toml</code> information.</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jonasbb/serde_with/commit/1e8e4e75398c6a9de29386473ae7c3157be031c2"><code>1e8e4e7</code></a> Merge <a href="https://redirect.github.com/jonasbb/serde_with/issues/657">#657</a></li> <li><a href="https://github.com/jonasbb/serde_with/commit/151f2fbbb9522090743a87435dbfc05d6730b285"><code>151f2fb</code></a> Bump version to 3.4.0</li> <li><a href="https://github.com/jonasbb/serde_with/commit/e1657b4318eadd4d28e74607debdb02bcaf777bc"><code>e1657b4</code></a> Merge <a href="https://redirect.github.com/jonasbb/serde_with/issues/655">#655</a></li> <li><a href="https://github.com/jonasbb/serde_with/commit/f55d41d89fda6daccfa064319624347ae32a8ebe"><code>f55d41d</code></a> Merge <a href="https://redirect.github.com/jonasbb/serde_with/issues/653">#653</a></li> <li><a href="https://github.com/jonasbb/serde_with/commit/e1441335c3f18d7be1614844b49c87b0c0ce77a9"><code>e144133</code></a> Add support for core::ops::Bound</li> <li><a href="https://github.com/jonasbb/serde_with/commit/81507a2f81f8b5b9ccf2020f93cada8fcf970071"><code>81507a2</code></a> Decrease minimum serde version to 1.0.152</li> <li><a href="https://github.com/jonasbb/serde_with/commit/04bf8f35425dd81b4d6107ee9de9292ef128bc02"><code>04bf8f3</code></a> Merge <a href="https://redirect.github.com/jonasbb/serde_with/issues/652">#652</a></li> <li><a href="https://github.com/jonasbb/serde_with/commit/0eb6b17f07c1c4caa62b430b17acdb1101a2181b"><code>0eb6b17</code></a> Mention serde_as in docstring for 'apply'</li> <li><a href="https://github.com/jonasbb/serde_with/commit/3813ed66b12f1bf33c2d93bbfb6373b71c05c977"><code>3813ed6</code></a> Merge <a href="https://redirect.github.com/jonasbb/serde_with/issues/646">#646</a></li> <li><a href="https://github.com/jonasbb/serde_with/commit/14b6ea4ef0732eb903f9108c2f5a504f6070ce50"><code>14b6ea4</code></a> Tarpaulin now requires the --out argument in lowercase</li> <li>Additional commits viewable in <a href="https://github.com/jonasbb/serde_with/compare/v3.2.0...v3.4.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.2.0&new-version=3.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
- Loading branch information