-
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit 59a41bd
authored
chore(deps): bump the all-cargo-dependencies group with 6 updates (#876)
Bumps the all-cargo-dependencies group with 6 updates:
| Package | From | To |
| --- | --- | --- |
| [tokio](https://github.com/tokio-rs/tokio) | `1.44.1` | `1.44.2` |
| [clap](https://github.com/clap-rs/clap) | `4.5.34` | `4.5.35` |
| [divan](https://github.com/nvzqz/divan) | ``600be86`` | ``f7eb6a5`` |
| [flate2](https://github.com/rust-lang/flate2-rs) | `1.1.0` | `1.1.1` |
| [indexmap](https://github.com/indexmap-rs/indexmap) | `2.8.0` |
`2.9.0` |
| [roaring](https://github.com/RoaringBitmap/roaring-rs) | `0.10.10` |
`0.10.12` |
Updates `tokio` from 1.44.1 to 1.44.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/tokio-rs/tokio/releases">tokio's
releases</a>.</em></p>
<blockquote>
<h2>Tokio v1.44.2</h2>
<p>This release fixes a soundness issue in the broadcast channel. The
channel
accepts values that are <code>Send</code> but <code>!Sync</code>.
Previously, the channel called
<code>clone()</code> on these values without synchronizing. This release
fixes the channel
by synchronizing calls to <code>.clone()</code> (Thanks Austin Bonander
for finding and
reporting the issue).</p>
<h3>Fixed</h3>
<ul>
<li>sync: synchronize <code>clone()</code> call in broadcast channel (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/7232">#7232</a>)</li>
</ul>
<p><a
href="https://redirect.github.com/tokio-rs/tokio/issues/7232">#7232</a>:
<a
href="https://redirect.github.com/tokio-rs/tokio/pull/7232">tokio-rs/tokio#7232</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/tokio-rs/tokio/commit/ec4b1d7215a3e1e91797ad3fb6ba0f7c7f3d2566"><code>ec4b1d7</code></a>
chore: forward port 1.43.x</li>
<li><a
href="https://github.com/tokio-rs/tokio/commit/e3c3a56718d201fb7bb430567f05fbb64b2ef082"><code>e3c3a56</code></a>
Merge branch 'tokio-1.43.x' into forward-port-1.43.x</li>
<li><a
href="https://github.com/tokio-rs/tokio/commit/a7b658c35bd40f6811e557aeb97cbb361b612c56"><code>a7b658c</code></a>
chore: prepare Tokio v1.43.1 release</li>
<li><a
href="https://github.com/tokio-rs/tokio/commit/c1c8d1033d637d7027fdc137ec8008c5801cbc0d"><code>c1c8d10</code></a>
Merge remote-tracking branch 'origin/tokio-1.38.x' into
forward-port-1.38.x</li>
<li><a
href="https://github.com/tokio-rs/tokio/commit/aa303bc2051f7c21b48bb7bfcafe8fd4f39afd21"><code>aa303bc</code></a>
chore: prepare Tokio v1.38.2 release</li>
<li><a
href="https://github.com/tokio-rs/tokio/commit/7b6ccb515ff067151ed62db835f735e5653f8784"><code>7b6ccb5</code></a>
chore: backport CI fixes</li>
<li><a
href="https://github.com/tokio-rs/tokio/commit/4b174ce2c95fe1d1a217917db93fcc935e17e0da"><code>4b174ce</code></a>
sync: fix cloning value when receiving from broadcast channel</li>
<li>See full diff in <a
href="https://github.com/tokio-rs/tokio/compare/tokio-1.44.1...tokio-1.44.2">compare
view</a></li>
</ul>
</details>
<br />
Updates `clap` from 4.5.34 to 4.5.35
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/clap-rs/clap/releases">clap's
releases</a>.</em></p>
<blockquote>
<h2>v4.5.35</h2>
<h2>[4.5.35] - 2025-04-01</h2>
<h3>Fixes</h3>
<ul>
<li><em>(help)</em> Align positionals and flags when put in the same
<code>help_heading</code></li>
<li><em>(help)</em> Don't leave space for shorts if there are none</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/clap-rs/clap/blob/master/CHANGELOG.md">clap's
changelog</a>.</em></p>
<blockquote>
<h2>[4.5.35] - 2025-04-01</h2>
<h3>Fixes</h3>
<ul>
<li><em>(help)</em> Align positionals and flags when put in the same
<code>help_heading</code></li>
<li><em>(help)</em> Don't leave space for shorts if there are none</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/clap-rs/clap/commit/55a18f518bc00886a6c1d88ea02df157f013cdd9"><code>55a18f5</code></a>
chore: Release</li>
<li><a
href="https://github.com/clap-rs/clap/commit/3b0563580d1fcb26df7b81b9c0204af730c47bcd"><code>3b05635</code></a>
fix(complete): Ensure new enough clap is used</li>
<li>See full diff in <a
href="https://github.com/clap-rs/clap/compare/clap_complete-v4.5.34...clap_complete-v4.5.35">compare
view</a></li>
</ul>
</details>
<br />
Updates `divan` from `600be86` to `f7eb6a5`
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/nvzqz/divan/commit/f7eb6a536a4c8c4a0404eac2bc4bf200af6ef5d5"><code>f7eb6a5</code></a>
Release v0.1.18</li>
<li><a
href="https://github.com/nvzqz/divan/commit/3ed87f0d5f2b6de9f8281d85acee6411be690f86"><code>3ed87f0</code></a>
Add <code>cargo-nextest</code> support</li>
<li><a
href="https://github.com/nvzqz/divan/commit/16685052b9eece5040b8116f7c0863c0e0d4cc18"><code>1668505</code></a>
Create <code>prelude</code> module for simplifying imports</li>
<li><a
href="https://github.com/nvzqz/divan/commit/3e2b4738d1032f7a547a20f554ad017f195c8942"><code>3e2b473</code></a>
docs: Add WASM support to changelog</li>
<li>See full diff in <a
href="https://github.com/nvzqz/divan/compare/600be86c79a40656874033857718fc450ffafbc0...f7eb6a536a4c8c4a0404eac2bc4bf200af6ef5d5">compare
view</a></li>
</ul>
</details>
<br />
Updates `flate2` from 1.1.0 to 1.1.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/flate2-rs/releases">flate2's
releases</a>.</em></p>
<blockquote>
<h2>1.1.1</h2>
<p>This release should be smaller and thus faster to download.
Additionally, when using the <code>zlib-rs</code> backend, duplicate
symbol issues shouldn't occur anymore.</p>
<h2>What's Changed</h2>
<ul>
<li>docs: Update README to promote zlib-rs by <a
href="https://github.com/Xuanwo"><code>@Xuanwo</code></a> in <a
href="https://redirect.github.com/rust-lang/flate2-rs/pull/470">rust-lang/flate2-rs#470</a></li>
<li>Update miniz_oxide to 0.8.5 by <a
href="https://github.com/oyvindln"><code>@oyvindln</code></a> in <a
href="https://redirect.github.com/rust-lang/flate2-rs/pull/475">rust-lang/flate2-rs#475</a></li>
<li>Remove stale CHANGELOG.md by <a
href="https://github.com/jayvdb"><code>@jayvdb</code></a> in <a
href="https://redirect.github.com/rust-lang/flate2-rs/pull/476">rust-lang/flate2-rs#476</a></li>
<li>More informative README on backends by <a
href="https://github.com/Shnatsel"><code>@Shnatsel</code></a> in <a
href="https://redirect.github.com/rust-lang/flate2-rs/pull/480">rust-lang/flate2-rs#480</a></li>
<li>Rewrite outdated backend notes in lib.rs by <a
href="https://github.com/Shnatsel"><code>@Shnatsel</code></a> in <a
href="https://redirect.github.com/rust-lang/flate2-rs/pull/481">rust-lang/flate2-rs#481</a></li>
<li>upgrade zlib-rs to version <code>0.5.0</code> by <a
href="https://github.com/folkertdev"><code>@folkertdev</code></a> in <a
href="https://redirect.github.com/rust-lang/flate2-rs/pull/482">rust-lang/flate2-rs#482</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/Xuanwo"><code>@Xuanwo</code></a> made
their first contribution in <a
href="https://redirect.github.com/rust-lang/flate2-rs/pull/470">rust-lang/flate2-rs#470</a></li>
<li><a href="https://github.com/jayvdb"><code>@jayvdb</code></a> made
their first contribution in <a
href="https://redirect.github.com/rust-lang/flate2-rs/pull/476">rust-lang/flate2-rs#476</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/rust-lang/flate2-rs/compare/1.1.0...1.1.1">https://github.com/rust-lang/flate2-rs/compare/1.1.0...1.1.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-lang/flate2-rs/commit/98c98c8a57586b37e6f93e94d993e4f038fd8d32"><code>98c98c8</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/flate2-rs/issues/482">#482</a>
from folkertdev/update-zlib-rs-0.5.0</li>
<li><a
href="https://github.com/rust-lang/flate2-rs/commit/94b36b01e6d23f15705ce9530ad6b47342383daa"><code>94b36b0</code></a>
upgrade zlib-rs to version <code>0.5.0</code></li>
<li><a
href="https://github.com/rust-lang/flate2-rs/commit/a79bfe495a5089898177984bda38a6161ac48135"><code>a79bfe4</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/flate2-rs/issues/481">#481</a>
from Shnatsel/backend-docs</li>
<li><a
href="https://github.com/rust-lang/flate2-rs/commit/694e822cd198f37b2e5fb47f3d476808df1d60b3"><code>694e822</code></a>
less editorializing</li>
<li><a
href="https://github.com/rust-lang/flate2-rs/commit/6debe9512b059054c8b31817fb32b9fad6304f9f"><code>6debe95</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/flate2-rs/issues/480">#480</a>
from Shnatsel/zlib-rs-readme</li>
<li><a
href="https://github.com/rust-lang/flate2-rs/commit/a24e276931c72b0c39e39aa39cf3eac51a567101"><code>a24e276</code></a>
Rewrite outdated backend notes in lib.rs</li>
<li><a
href="https://github.com/rust-lang/flate2-rs/commit/78ca1741a62c838c834b28ca726b76e8961b011d"><code>78ca174</code></a>
More informative README on backends</li>
<li><a
href="https://github.com/rust-lang/flate2-rs/commit/c9a3efaf1f0b4c705a3dbc530ce76265d621cca2"><code>c9a3efa</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/flate2-rs/issues/476">#476</a>
from jayvdb/rm-changelog</li>
<li><a
href="https://github.com/rust-lang/flate2-rs/commit/0b2137d8d8d231c88edaa10baf085e6c7545bd33"><code>0b2137d</code></a>
Remove stale CHANGELOG.md</li>
<li><a
href="https://github.com/rust-lang/flate2-rs/commit/0abbd1c0e636841eabf18010f54b5470ea90ce91"><code>0abbd1c</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/flate2-rs/issues/475">#475</a>
from oyvindln/patch-1</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-lang/flate2-rs/compare/1.1.0...1.1.1">compare
view</a></li>
</ul>
</details>
<br />
Updates `indexmap` from 2.8.0 to 2.9.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md">indexmap's
changelog</a>.</em></p>
<blockquote>
<h2>2.9.0 (2025-04-04)</h2>
<ul>
<li>Added a <code>get_disjoint_mut</code> method to
<code>IndexMap</code>, matching Rust 1.86's
<code>HashMap</code> method.</li>
<li>Added a <code>get_disjoint_indices_mut</code> method to
<code>IndexMap</code> and <code>map::Slice</code>,
matching Rust 1.86's <code>get_disjoint_mut</code> method on
slices.</li>
<li>Deprecated the <code>borsh</code> feature in favor of their own
<code>indexmap</code> feature,
solving a cyclic dependency that occured via
<code>borsh-derive</code>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/indexmap-rs/indexmap/commit/1818d4140d86aeef18c515f1b060a3fa68da2708"><code>1818d41</code></a>
Merge pull request <a
href="https://redirect.github.com/indexmap-rs/indexmap/issues/387">#387</a>
from cuviper/release-2.9.0</li>
<li><a
href="https://github.com/indexmap-rs/indexmap/commit/9f4998341b2f7fad5624fdc1d92c2ca51f0dce64"><code>9f49983</code></a>
Release 2.9.0</li>
<li><a
href="https://github.com/indexmap-rs/indexmap/commit/582a90fda3326cb8e75f702a7251ea46bdd47d34"><code>582a90f</code></a>
Merge pull request <a
href="https://redirect.github.com/indexmap-rs/indexmap/issues/386">#386</a>
from cuviper/de-borsh</li>
<li><a
href="https://github.com/indexmap-rs/indexmap/commit/90117397b693d3794ce960fe1582ed247569d480"><code>9011739</code></a>
Deprecate the "borsh" feature</li>
<li><a
href="https://github.com/indexmap-rs/indexmap/commit/0a836e8648304ac3c29059aaae2569274530dab1"><code>0a836e8</code></a>
Merge pull request <a
href="https://redirect.github.com/indexmap-rs/indexmap/issues/238">#238</a>
from NiklasJonsson/get_many_mut</li>
<li><a
href="https://github.com/indexmap-rs/indexmap/commit/434d7ac6d122cf27dce979eb3888e362853dfb2d"><code>434d7ac</code></a>
Avoid let-else for MSRV's sake</li>
<li><a
href="https://github.com/indexmap-rs/indexmap/commit/5be552d557765a8ccc919185838067b3c77eab95"><code>5be552d</code></a>
Implement additional suggestions from review</li>
<li><a
href="https://github.com/indexmap-rs/indexmap/commit/4e1d8cef470b4d96380ebbb8bae8994db1d79f51"><code>4e1d8ce</code></a>
Address review feedback</li>
<li><a
href="https://github.com/indexmap-rs/indexmap/commit/5aec9ec674d40f2c2da74ef6a335353cc41092dc"><code>5aec9ec</code></a>
Implement get_disjoint_mut for arrays of keys</li>
<li><a
href="https://github.com/indexmap-rs/indexmap/commit/d10de30e74924c8f71f924a307ebca7678ba58e5"><code>d10de30</code></a>
Merge pull request <a
href="https://redirect.github.com/indexmap-rs/indexmap/issues/385">#385</a>
from iajoiner/docs/macros</li>
<li>Additional commits viewable in <a
href="https://github.com/indexmap-rs/indexmap/compare/2.8.0...2.9.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `roaring` from 0.10.10 to 0.10.12
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/RoaringBitmap/roaring-rs/releases">roaring's
releases</a>.</em></p>
<blockquote>
<h2>v0.10.12</h2>
<h2>What's Changed</h2>
<ul>
<li>chore(deps): replace <code>bincode</code> with <code>postcard</code>
by <a
href="https://github.com/GZTimeWalker"><code>@GZTimeWalker</code></a>
in <a
href="https://redirect.github.com/RoaringBitmap/roaring-rs/pull/311">RoaringBitmap/roaring-rs#311</a></li>
<li>Deny Unnameable Types and Remove useless implementations by <a
href="https://github.com/Kerollmops"><code>@Kerollmops</code></a> in <a
href="https://redirect.github.com/RoaringBitmap/roaring-rs/pull/316">RoaringBitmap/roaring-rs#316</a></li>
<li>Add <code>advance_to</code> and <code>advance_back_to</code> to
<code>Treemap</code>'s <code>Iter</code> by <a
href="https://github.com/sdd"><code>@sdd</code></a> in <a
href="https://redirect.github.com/RoaringBitmap/roaring-rs/pull/314">RoaringBitmap/roaring-rs#314</a></li>
<li>Remove <code>todo!</code> Implementations for Treemap
<code>Iter</code>'s <code>fold</code> and <code>rfold</code> by <a
href="https://github.com/sdd"><code>@sdd</code></a> in <a
href="https://redirect.github.com/RoaringBitmap/roaring-rs/pull/319">RoaringBitmap/roaring-rs#319</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/sdd"><code>@sdd</code></a> made their
first contribution in <a
href="https://redirect.github.com/RoaringBitmap/roaring-rs/pull/314">RoaringBitmap/roaring-rs#314</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/RoaringBitmap/roaring-rs/compare/v0.10.10...v0.10.12">https://github.com/RoaringBitmap/roaring-rs/compare/v0.10.10...v0.10.12</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/RoaringBitmap/roaring-rs/commit/9496afe1e6ad93a8875f901c2579761f7acdc5b0"><code>9496afe</code></a>
Bump version to v0.10.12</li>
<li><a
href="https://github.com/RoaringBitmap/roaring-rs/commit/344aa5fe3ba4aea6faf7929ff53b6c63b8142c14"><code>344aa5f</code></a>
Merge pull request <a
href="https://redirect.github.com/RoaringBitmap/roaring-rs/issues/318">#318</a>
from RoaringBitmap/warn-about-todos</li>
<li><a
href="https://github.com/RoaringBitmap/roaring-rs/commit/ea58ef0274e052946b5c4a05841c95299204e576"><code>ea58ef0</code></a>
Merge pull request <a
href="https://redirect.github.com/RoaringBitmap/roaring-rs/issues/319">#319</a>
from sdd/feature/treemap-advance-to</li>
<li><a
href="https://github.com/RoaringBitmap/roaring-rs/commit/dba9919cdf7480f6ac0e85c2a7daa37de5885379"><code>dba9919</code></a>
fix: remove todos for fold and rfold - use default implementations
instead</li>
<li><a
href="https://github.com/RoaringBitmap/roaring-rs/commit/0bce48a126216b99513df2e09e64f483fc7d95ee"><code>0bce48a</code></a>
Disallow todo!s through clippy</li>
<li><a
href="https://github.com/RoaringBitmap/roaring-rs/commit/8cf889e741cd360d404630fbd924a80525946fa7"><code>8cf889e</code></a>
Merge pull request <a
href="https://redirect.github.com/RoaringBitmap/roaring-rs/issues/317">#317</a>
from RoaringBitmap/bump-to-0-10-11</li>
<li><a
href="https://github.com/RoaringBitmap/roaring-rs/commit/ce22e1c668ef8063ca777487e13cd0e48f495b62"><code>ce22e1c</code></a>
Bump to v0.10.11</li>
<li><a
href="https://github.com/RoaringBitmap/roaring-rs/commit/659c73b85f671074b6791280711dc024df523e0b"><code>659c73b</code></a>
Merge pull request <a
href="https://redirect.github.com/RoaringBitmap/roaring-rs/issues/314">#314</a>
from sdd/feature/treemap-advance-to</li>
<li><a
href="https://github.com/RoaringBitmap/roaring-rs/commit/94a0f542f60ccde910e2e3c16b6e364e3a922ee3"><code>94a0f54</code></a>
Improve the code a bit</li>
<li><a
href="https://github.com/RoaringBitmap/roaring-rs/commit/6d51ba02322e5613cd5f183845765731034d6c68"><code>6d51ba0</code></a>
refactor: treemap iter switched to dynamic size hint to enable more
efficient...</li>
<li>Additional commits viewable in <a
href="https://github.com/RoaringBitmap/roaring-rs/compare/v0.10.10...v0.10.12">compare
view</a></li>
</ul>
</details>
<br />
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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent e6e5398 commit 59a41bdCopy full SHA for 59a41bd
2 files changed
+21
-21
lines changed+16-16Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
+5-5Lines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
109 | 109 |
| |
110 | 110 |
| |
111 | 111 |
| |
112 |
| - | |
| 112 | + | |
113 | 113 |
| |
114 | 114 |
| |
115 | 115 |
| |
| |||
126 | 126 |
| |
127 | 127 |
| |
128 | 128 |
| |
129 |
| - | |
| 129 | + | |
130 | 130 |
| |
131 | 131 |
| |
132 | 132 |
| |
| |||
137 | 137 |
| |
138 | 138 |
| |
139 | 139 |
| |
140 |
| - | |
| 140 | + | |
141 | 141 |
| |
142 | 142 |
| |
143 | 143 |
| |
| |||
205 | 205 |
| |
206 | 206 |
| |
207 | 207 |
| |
208 |
| - | |
| 208 | + | |
209 | 209 |
| |
210 | 210 |
| |
211 | 211 |
| |
| |||
224 | 224 |
| |
225 | 225 |
| |
226 | 226 |
| |
227 |
| - | |
| 227 | + | |
228 | 228 |
| |
229 | 229 |
| |
230 | 230 |
| |
|
0 commit comments