Skip to content

Commit

Permalink
[chore(cargo)](deps): bump serde_with from 3.2.0 to 3.3.0 (#265)
Browse files Browse the repository at this point in the history
Bumps [serde_with](https://github.com/jonasbb/serde_with) from 3.2.0 to
3.3.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.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/160c70d435db6939d3fdba291fc6bb4bfb4dcafa"><code>160c70d</code></a>
Merge <a
href="https://redirect.github.com/jonasbb/serde_with/issues/640">#640</a></li>
<li><a
href="https://github.com/jonasbb/serde_with/commit/5a653926d6ccccb6149b34abb464e36aae51399d"><code>5a65392</code></a>
Bump version to v3.3.0 for <code>hashbrown</code> support</li>
<li><a
href="https://github.com/jonasbb/serde_with/commit/5687d0fad95b5b7cdff8d2a123a956c6ce10c0e8"><code>5687d0f</code></a>
Merge <a
href="https://redirect.github.com/jonasbb/serde_with/issues/639">#639</a></li>
<li><a
href="https://github.com/jonasbb/serde_with/commit/76753d873eef5713e21ccd572736626085971518"><code>76753d8</code></a>
Change documentation of feature flags</li>
<li><a
href="https://github.com/jonasbb/serde_with/commit/eb48aee4a647b423c69ebf87c8ffeac2f0f77047"><code>eb48aee</code></a>
Merge <a
href="https://redirect.github.com/jonasbb/serde_with/issues/637">#637</a></li>
<li><a
href="https://github.com/jonasbb/serde_with/commit/b20796807db6bba7a6bded6daa4bc01a61eb58e9"><code>b207968</code></a>
Update hashbrown tests to work without ahash dependency</li>
<li><a
href="https://github.com/jonasbb/serde_with/commit/64e130d618d2d8167c040080ef78f19c14578648"><code>64e130d</code></a>
Fix the de::foreach_seq! macros</li>
<li><a
href="https://github.com/jonasbb/serde_with/commit/d7566cd999849ff13d2ca2d0eb2cca4ddb2c3039"><code>d7566cd</code></a>
Cleanup deserialization macros</li>
<li><a
href="https://github.com/jonasbb/serde_with/commit/c0af576613204eceb738610b02b5c0cb06eae0af"><code>c0af576</code></a>
address PR feedback</li>
<li><a
href="https://github.com/jonasbb/serde_with/commit/96bd4417a7d2084736a1af9f2526446733f29465"><code>96bd441</code></a>
feat: add optional support for hasbrown Map &amp; Set</li>
<li>Additional commits viewable in <a
href="https://github.com/jonasbb/serde_with/compare/v3.2.0...v3.3.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.3.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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 29, 2023
1 parent 7e1684a commit 7a1d652
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion homestar-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ semver = "1.0"
serde = { version = "1.0", features = ["derive"] }
serde_ipld_dagcbor = { workspace = true }
serde_json = { version = "1.0", optional = true }
serde_with = { version = "3.2", features = ["base64"] }
serde_with = { version = "3.3", features = ["base64"] }
stream-cancel = "0.8"
strum = { version = "0.25", features = ["derive"] }
tabled = { version = "0.14", features = ["std"] }
Expand Down

0 comments on commit 7a1d652

Please sign in to comment.