Skip to content

Commit

Permalink
Bump rkyv from 0.7.42 to 0.7.43 (#2880)
Browse files Browse the repository at this point in the history
Bumps [rkyv](https://github.com/rkyv/rkyv) from 0.7.42 to 0.7.43.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rkyv/rkyv/releases">rkyv's
releases</a>.</em></p>
<blockquote>
<h2>0.7.43</h2>
<p>This bugfix release closes a number of issues:</p>
<ul>
<li>Fix documentation typo (<a
href="https://redirect.github.com/rkyv/rkyv/issues/433">#433</a>)</li>
<li>Add a <code>with_capacity</code> constructor for
<code>SharedSerializeMap</code>, <code>SharedDeserializeMap</code>,
<code>DefaultValidator</code>, and <code>SharedValidator</code> (<a
href="https://redirect.github.com/rkyv/rkyv/issues/432">#432</a>)</li>
<li>Fix <code>tinyvec/alloc</code> feature cfg and docs (<a
href="https://redirect.github.com/rkyv/rkyv/issues/428">#428</a>)</li>
<li>Use the <code>Entry</code> API to avoid double hash lookups (<a
href="https://redirect.github.com/rkyv/rkyv/issues/426">#426</a>)</li>
<li>Preallocate <code>HashMap</code>/<code>HashSet</code> data on
deserialize (<a
href="https://redirect.github.com/rkyv/rkyv/issues/427">#427</a>)</li>
<li>Fix documentation typo (<a
href="https://redirect.github.com/rkyv/rkyv/issues/422">#422</a>)</li>
<li>Add support for <code>VecDeque</code> (<a
href="https://redirect.github.com/rkyv/rkyv/issues/414">#414</a>)</li>
<li>Add <code>smol_str</code> support (<a
href="https://redirect.github.com/rkyv/rkyv/issues/411">#411</a>)</li>
<li>Add some ergonomic APIs to <code>Option</code> and
<code>Result</code> (<a
href="https://redirect.github.com/rkyv/rkyv/issues/413">#413</a>)</li>
<li>Add tokio <code>Bytes</code> suport (<a
href="https://redirect.github.com/rkyv/rkyv/issues/408">#408</a>)</li>
</ul>
<p>Thanks to everyone who helped contribute to this release: <a
href="https://github.com/gz"><code>@​gz</code></a>, <a
href="https://github.com/monoid"><code>@​monoid</code></a>, <a
href="https://github.com/b8591340"><code>@​b8591340</code></a>, <a
href="https://github.com/alvra"><code>@​alvra</code></a>, <a
href="https://github.com/blp"><code>@​blp</code></a>, <a
href="https://github.com/al8n"><code>@​al8n</code></a>, <a
href="https://github.com/cholcombe973"><code>@​cholcombe973</code></a>,
and <a
href="https://github.com/FallingSnow"><code>@​FallingSnow</code></a>.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rkyv/rkyv/commit/6892a9cd5d6a78c8d753c3dd35bfd814b00afa69"><code>6892a9c</code></a>
Release 0.7.43</li>
<li><a
href="https://github.com/rkyv/rkyv/commit/f14734075014a2bd9b93a454418f5f6492828170"><code>f147340</code></a>
Add tokio bytes support (<a
href="https://redirect.github.com/rkyv/rkyv/issues/408">#408</a>)</li>
<li><a
href="https://github.com/rkyv/rkyv/commit/fd6966f31800d56c8f2774c7fb3c754c25db5a3d"><code>fd6966f</code></a>
Add a few ergonomics to Option and Result (<a
href="https://redirect.github.com/rkyv/rkyv/issues/413">#413</a>)</li>
<li><a
href="https://github.com/rkyv/rkyv/commit/670e245a1555e6dad83595781539bd972be148c7"><code>670e245</code></a>
Add smol_str support (<a
href="https://redirect.github.com/rkyv/rkyv/issues/411">#411</a>)</li>
<li><a
href="https://github.com/rkyv/rkyv/commit/8389659f5848acda081d6e57a70983b7e39f93a4"><code>8389659</code></a>
Add support for <code>VecDeque</code>. (<a
href="https://redirect.github.com/rkyv/rkyv/issues/414">#414</a>)</li>
<li><a
href="https://github.com/rkyv/rkyv/commit/c9766e5d8fa1e3a0f4535804de1c1855437c9379"><code>c9766e5</code></a>
Fix typo (<a
href="https://redirect.github.com/rkyv/rkyv/issues/422">#422</a>)</li>
<li><a
href="https://github.com/rkyv/rkyv/commit/aaaa8f73cf2361d5396447bad1bd7b7ffa676bbd"><code>aaaa8f7</code></a>
Preallocate HashMap/HashSet data on deserialize (<a
href="https://redirect.github.com/rkyv/rkyv/issues/427">#427</a>)</li>
<li><a
href="https://github.com/rkyv/rkyv/commit/68841f532837256925ee1ee5e49810ffd455d31c"><code>68841f5</code></a>
Use <code>Entry</code> API to entry double hash lookup (<a
href="https://redirect.github.com/rkyv/rkyv/issues/426">#426</a>)</li>
<li><a
href="https://github.com/rkyv/rkyv/commit/03cd9993cad261ddcfe1b9031bafc4950c1c5939"><code>03cd999</code></a>
Fix <code>tinyvec/alloc</code> feature cfg and docs (<a
href="https://redirect.github.com/rkyv/rkyv/issues/428">#428</a>)</li>
<li><a
href="https://github.com/rkyv/rkyv/commit/94579415998839c16ba3c3e70440eb285d5115b5"><code>9457941</code></a>
<code>with_capacity</code> constructor for certain types (<a
href="https://redirect.github.com/rkyv/rkyv/issues/432">#432</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/rkyv/rkyv/compare/v0.7.42...v0.7.43">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rkyv&package-manager=cargo&previous-version=0.7.42&new-version=0.7.43)](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>
  • Loading branch information
dependabot[bot] authored Dec 18, 2023
1 parent 94b3631 commit 27db282
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
15 changes: 11 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 src/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ once_cell = "1.19.0"
ouroboros = "0.18.1"
piz = "0.5.0"
primal-check = "0.3.1"
rkyv = { version = "0.7.42", optional = true }
rkyv = { version = "0.7.43", optional = true }
roaring = "0.10.2"
rayon = { version = "1.8.0", optional = true }
serde = { version = "1.0.168", features = ["derive"] }
Expand Down

0 comments on commit 27db282

Please sign in to comment.