chore(deps): bump the all-other-cargo-deps group with 4 updates#21435
Merged
chore(deps): bump the all-other-cargo-deps group with 4 updates#21435
Conversation
Bumps the all-other-cargo-deps group with 4 updates: [indexmap](https://github.com/indexmap-rs/indexmap), [tokio](https://github.com/tokio-rs/tokio), [libc](https://github.com/rust-lang/libc) and [semver](https://github.com/dtolnay/semver). Updates `indexmap` from 2.13.0 to 2.13.1 - [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md) - [Commits](indexmap-rs/indexmap@2.13.0...2.13.1) Updates `tokio` from 1.50.0 to 1.51.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.50.0...tokio-1.51.0) Updates `libc` from 0.2.183 to 0.2.184 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.184/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.183...0.2.184) Updates `semver` from 1.0.27 to 1.0.28 - [Release notes](https://github.com/dtolnay/semver/releases) - [Commits](dtolnay/semver@1.0.27...1.0.28) --- updated-dependencies: - dependency-name: indexmap dependency-version: 2.13.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-other-cargo-deps - dependency-name: tokio dependency-version: 1.51.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-other-cargo-deps - dependency-name: libc dependency-version: 0.2.184 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-other-cargo-deps - dependency-name: semver dependency-version: 1.0.28 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-other-cargo-deps ... Signed-off-by: dependabot[bot] <support@github.com>
alamb
approved these changes
Apr 7, 2026
Dandandan
pushed a commit
to Dandandan/arrow-datafusion
that referenced
this pull request
Apr 8, 2026
…he#21435) Bumps the all-other-cargo-deps group with 4 updates: [indexmap](https://github.com/indexmap-rs/indexmap), [tokio](https://github.com/tokio-rs/tokio), [libc](https://github.com/rust-lang/libc) and [semver](https://github.com/dtolnay/semver). Updates `indexmap` from 2.13.0 to 2.13.1 <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.13.1 (2026-04-02)</h2> <ul> <li>Made some <code>Slice</code> methods <code>const</code>: <ul> <li><code>map::Slice::{first,last,split_at,split_at_checked,split_first,split_last}</code></li> <li><code>set::Slice::{first,last,split_at,split_at_checked,split_first,split_last}</code></li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/indexmap-rs/indexmap/commit/0b2adfe27714f38d159794678d61d310ac521a1a"><code>0b2adfe</code></a> Merge pull request <a href="https://redirect.github.com/indexmap-rs/indexmap/issues/434">#434</a> from cuviper/const-slice</li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/afa3cafdc81b0b1168417ca042bb6b54496672a0"><code>afa3caf</code></a> Release 2.13.1</li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/906a7ced0af89814e97c5f780915848577e0e660"><code>906a7ce</code></a> Make <code>Slice::{first,last,split_*}</code> methods <code>const</code></li> <li>See full diff in <a href="https://github.com/indexmap-rs/indexmap/compare/2.13.0...2.13.1">compare view</a></li> </ul> </details> <br /> Updates `tokio` from 1.50.0 to 1.51.0 <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.51.0</h2> <h1>1.51.0 (April 3rd, 2026)</h1> <h3>Added</h3> <ul> <li>net: implement <code>get_peer_cred</code> on Hurd (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7989">#7989</a>)</li> <li>runtime: add <code>tokio::runtime::worker_index()</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7921">#7921</a>)</li> <li>runtime: add runtime name (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7924">#7924</a>)</li> <li>runtime: stabilize <code>LocalRuntime</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7557">#7557</a>)</li> <li>wasm: add wasm32-wasip2 networking support (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7933">#7933</a>)</li> </ul> <h3>Changed</h3> <ul> <li>runtime: steal tasks from the LIFO slot (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7431">#7431</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>docs: do not show "Available on non-loom only." doc label (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7977">#7977</a>)</li> <li>macros: improve overall macro hygiene (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7997">#7997</a>)</li> <li>sync: fix <code>notify_waiters</code> priority in <code>Notify</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7996">#7996</a>)</li> <li>sync: fix panic in <code>Chan::recv_many</code> when called with non-empty vector on closed channel (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7991">#7991</a>)</li> </ul> <p><a href="https://redirect.github.com/tokio-rs/tokio/issues/7431">#7431</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/7431">tokio-rs/tokio#7431</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/7557">#7557</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/7557">tokio-rs/tokio#7557</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/7921">#7921</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/7921">tokio-rs/tokio#7921</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/7924">#7924</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/7924">tokio-rs/tokio#7924</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/7933">#7933</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/7933">tokio-rs/tokio#7933</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/7977">#7977</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/7977">tokio-rs/tokio#7977</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/7989">#7989</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/7989">tokio-rs/tokio#7989</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/7991">#7991</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/7991">tokio-rs/tokio#7991</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/7996">#7996</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/7996">tokio-rs/tokio#7996</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/7997">#7997</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/7997">tokio-rs/tokio#7997</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tokio-rs/tokio/commit/0af06b7bab12c58161b1d0ae79bdf4452305d42f"><code>0af06b7</code></a> chore: prepare Tokio v1.51.0 (<a href="https://redirect.github.com/tokio-rs/tokio/issues/8005">#8005</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/01a7f1dfabc93293743701074752ff0d8e787595"><code>01a7f1d</code></a> chore: prepare tokio-macros v2.7.0 (<a href="https://redirect.github.com/tokio-rs/tokio/issues/8004">#8004</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/eeb55c733ba9a83c51d08b1629dca6a5ec0f4b2b"><code>eeb55c7</code></a> runtime: steal tasks from the LIFO slot (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7431">#7431</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/1fc450aefba4b05cdff9b7825ca5e39cccb3780e"><code>1fc450a</code></a> runtime: stabilize <code>LocalRuntime</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7557">#7557</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/324218f9bbdc26e4bb527d036613826824f3078b"><code>324218f</code></a> Merge tag 'tokio-1.47.4' (<a href="https://redirect.github.com/tokio-rs/tokio/issues/8003">#8003</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/aa65d0d0b8ea6eec80985b9d231390f137493071"><code>aa65d0d</code></a> chore: prepare Tokio v1.47.4 (<a href="https://redirect.github.com/tokio-rs/tokio/issues/8002">#8002</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/bf18ed452d6aae438e84ae008a01a74776abdc19"><code>bf18ed4</code></a> sync: fix panic in <code>Chan::recv_many</code> when called with non-empty vector on clo...</li> <li><a href="https://github.com/tokio-rs/tokio/commit/43134f1e5784993eb4fb3863933d74ac9e28f598"><code>43134f1</code></a> wasm: add wasm32-wasip2 networking support (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7933">#7933</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/b4c3246d330379430937bdbb5e1b0c37282ae23e"><code>b4c3246</code></a> macros: improve overall macro hygiene (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7997">#7997</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/7947fa4bd79d7345aa7e6b189fc1fbb6983a4351"><code>7947fa4</code></a> rt: add runtime name (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7924">#7924</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tokio-rs/tokio/compare/tokio-1.50.0...tokio-1.51.0">compare view</a></li> </ul> </details> <br /> Updates `libc` from 0.2.183 to 0.2.184 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/libc/releases">libc's releases</a>.</em></p> <blockquote> <h2>0.2.184</h2> <h3>MSRV</h3> <p>This release increases the MSRV of <code>libc</code> to 1.65. With this update, you can now always use the <code>core::ffi::c_*</code> types with <code>libc</code> definitions, since <code>libc</code> has been changed to reexport from <code>core</code> rather than redefining them. (This <em>usually</em> worked before but had edge cases.) (<a href="https://redirect.github.com/rust-lang/libc/pull/4972">#4972</a>)</p> <h3>Added</h3> <ul> <li>BSD: Add <code>IP_MINTTL</code> to bsd (<a href="https://redirect.github.com/rust-lang/libc/pull/5026">#5026</a>)</li> <li>Cygwin: Add <code>TIOCM_DSR</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/5031">#5031</a>)</li> <li>FreeBSD: Added <code>xfile</code> structe and file descriptor types (<a href="https://redirect.github.com/rust-lang/libc/pull/5002">#5002</a>)</li> <li>Linux: Add CAN netlink bindings (<a href="https://redirect.github.com/rust-lang/libc/pull/5011">#5011</a>)</li> <li>Linux: Add <code>struct ethhdr</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4239">#4239</a>)</li> <li>Linux: Add <code>struct ifinfomsg</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/5012">#5012</a>)</li> <li>Linux: Define <code>max_align_t</code> for riscv64 (<a href="https://redirect.github.com/rust-lang/libc/pull/5029">#5029</a>)</li> <li>NetBSD: Add missing <code>CLOCK_</code> constants (<a href="https://redirect.github.com/rust-lang/libc/pull/5020">#5020</a>)</li> <li>NuttX: Add <code>_SC_HOST_NAME_MAX</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/5004">#5004</a>)</li> <li>VxWorks: Add <code>flock</code> and <code>F_*LCK</code> constants (<a href="https://redirect.github.com/rust-lang/libc/pull/4043">#4043</a>)</li> <li>WASI: Add all <code>_SC_*</code> sysconf constants (<a href="https://redirect.github.com/rust-lang/libc/pull/5023">#5023</a>)</li> </ul> <h3>Deprecated</h3> <p>The remaining fixed-width integer aliases, <code>__uint128_t</code>, <code>__uint128</code>, <code>__int128_t</code>, and <code>__int128</code>, have been deprecated. Use <code>i128</code> and <code>u128</code> instead. (<a href="https://redirect.github.com/rust-lang/libc/pull/4343">#4343</a>)</p> <h3>Fixed</h3> <ul> <li><strong>breaking</strong> Redox: Fix signal action constant types (<a href="https://redirect.github.com/rust-lang/libc/pull/5009">#5009</a>)</li> <li>EspIDF: Correct the value of <code>DT_*</code> constants (<a href="https://redirect.github.com/rust-lang/libc/pull/5034">#5034</a>)</li> <li>Redox: Fix locale values and add <code>RTLD_NOLOAD</code>, some TCP constants (<a href="https://redirect.github.com/rust-lang/libc/pull/5025">#5025</a>)</li> <li>Various: Use <code>Padding::new(<zeroed>)</code> rather than <code>Padding::uninit()</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/5036">#5036</a>)</li> </ul> <h3>Changed</h3> <ul> <li><strong>potentially breaking</strong> Linux: Add new fields to <code>struct ptrace_syscall_info</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4966">#4966</a>)</li> <li>Re-export <code>core::ffi</code> integer types rather than redefining (<a href="https://redirect.github.com/rust-lang/libc/pull/5015">#5015</a>)</li> <li>Redox: Update <code>F_DUPFD</code>, <code>IP</code>, and <code>TCP</code> constants to match relibc (<a href="https://redirect.github.com/rust-lang/libc/pull/4990">#4990</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/libc/blob/0.2.184/CHANGELOG.md">libc's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/rust-lang/libc/compare/0.2.183...0.2.184">0.2.184</a> - 2026-04-01</h2> <h3>MSRV</h3> <p>This release increases the MSRV of <code>libc</code> to 1.65. With this update, you can now always use the <code>core::ffi::c_*</code> types with <code>libc</code> definitions, since <code>libc</code> has been changed to reexport from <code>core</code> rather than redefining them. (This <em>usually</em> worked before but had edge cases.) (<a href="https://redirect.github.com/rust-lang/libc/pull/4972">#4972</a>)</p> <h3>Added</h3> <ul> <li>BSD: Add <code>IP_MINTTL</code> to bsd (<a href="https://redirect.github.com/rust-lang/libc/pull/5026">#5026</a>)</li> <li>Cygwin: Add <code>TIOCM_DSR</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/5031">#5031</a>)</li> <li>FreeBSD: Added <code>xfile</code> structe and file descriptor types (<a href="https://redirect.github.com/rust-lang/libc/pull/5002">#5002</a>)</li> <li>Linux: Add CAN netlink bindings (<a href="https://redirect.github.com/rust-lang/libc/pull/5011">#5011</a>)</li> <li>Linux: Add <code>struct ethhdr</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4239">#4239</a>)</li> <li>Linux: Add <code>struct ifinfomsg</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/5012">#5012</a>)</li> <li>Linux: Define <code>max_align_t</code> for riscv64 (<a href="https://redirect.github.com/rust-lang/libc/pull/5029">#5029</a>)</li> <li>NetBSD: Add missing <code>CLOCK_</code> constants (<a href="https://redirect.github.com/rust-lang/libc/pull/5020">#5020</a>)</li> <li>NuttX: Add <code>_SC_HOST_NAME_MAX</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/5004">#5004</a>)</li> <li>VxWorks: Add <code>flock</code> and <code>F_*LCK</code> constants (<a href="https://redirect.github.com/rust-lang/libc/pull/4043">#4043</a>)</li> <li>WASI: Add all <code>_SC_*</code> sysconf constants (<a href="https://redirect.github.com/rust-lang/libc/pull/5023">#5023</a>)</li> </ul> <h3>Deprecated</h3> <p>The remaining fixed-width integer aliases, <code>__uint128_t</code>, <code>__uint128</code>, <code>__int128_t</code>, and <code>__int128</code>, have been deprecated. Use <code>i128</code> and <code>u128</code> instead. (<a href="https://redirect.github.com/rust-lang/libc/pull/4343">#4343</a>)</p> <h3>Fixed</h3> <ul> <li><strong>breaking</strong> Redox: Fix signal action constant types (<a href="https://redirect.github.com/rust-lang/libc/pull/5009">#5009</a>)</li> <li>EspIDF: Correct the value of <code>DT_*</code> constants (<a href="https://redirect.github.com/rust-lang/libc/pull/5034">#5034</a>)</li> <li>Redox: Fix locale values and add <code>RTLD_NOLOAD</code>, some TCP constants (<a href="https://redirect.github.com/rust-lang/libc/pull/5025">#5025</a>)</li> <li>Various: Use <code>Padding::new(<zeroed>)</code> rather than <code>Padding::uninit()</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/5036">#5036</a>)</li> </ul> <h3>Changed</h3> <ul> <li><strong>potentially breaking</strong> Linux: Add new fields to <code>struct ptrace_syscall_info</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4966">#4966</a>)</li> <li>Re-export <code>core::ffi</code> integer types rather than redefining (<a href="https://redirect.github.com/rust-lang/libc/pull/5015">#5015</a>)</li> <li>Redox: Update <code>F_DUPFD</code>, <code>IP</code>, and <code>TCP</code> constants to match relibc (<a href="https://redirect.github.com/rust-lang/libc/pull/4990">#4990</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/libc/commit/b1fd610c7eb6026c108f318874283525871b0e77"><code>b1fd610</code></a> chore: Release libc 0.2.184</li> <li><a href="https://github.com/rust-lang/libc/commit/f596819d7c309f9de20ace14532d37d94ae48380"><code>f596819</code></a> ci: Don't enforce cargo-semver-checks</li> <li><a href="https://github.com/rust-lang/libc/commit/4645f60c3a289aaf7d7fe08e2de66a1acd63a97c"><code>4645f60</code></a> linux: update ptrace_syscall_info struct</li> <li><a href="https://github.com/rust-lang/libc/commit/14cbbec35360179b68947183d3ba618fa78acba2"><code>14cbbec</code></a> types: Remove <code>Padding::uninit</code></li> <li><a href="https://github.com/rust-lang/libc/commit/b5dcda885fbf89e39e6a8fb80ee46f90284a6d4a"><code>b5dcda8</code></a> pthread: Use <code>Padding::new(\<zeroed>)</code> rather than <code>Padding::uninit()</code></li> <li><a href="https://github.com/rust-lang/libc/commit/bbb1c5d350e010760c4ebdbc2bb499b2e0faff76"><code>bbb1c5d</code></a> types: Add a <code>new</code> function to <code>Padding</code></li> <li><a href="https://github.com/rust-lang/libc/commit/df06e43309c93a6dc5ea210d72f0284d945c7d61"><code>df06e43</code></a> Fix locale values and add RTLD_NOLOAD, some TCP constants</li> <li><a href="https://github.com/rust-lang/libc/commit/078f5c6b3c7c3a51deba2c52c3d00b93cbb48557"><code>078f5c6</code></a> newlib/espidf: Move DT_* to espidf/mod.rs</li> <li><a href="https://github.com/rust-lang/libc/commit/d32b83db3c0e078e0a8b094d9dfbd41f87c7a20f"><code>d32b83d</code></a> Add IP_MINTTL to bsd</li> <li><a href="https://github.com/rust-lang/libc/commit/939e0ec2a8c3234424286719405cb708e9b8062b"><code>939e0ec</code></a> Define max_align_t for riscv64-linux</li> <li>Additional commits viewable in <a href="https://github.com/rust-lang/libc/compare/0.2.183...0.2.184">compare view</a></li> </ul> </details> <br /> Updates `semver` from 1.0.27 to 1.0.28 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/semver/releases">semver's releases</a>.</em></p> <blockquote> <h2>1.0.28</h2> <ul> <li>Documentation improvements</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/semver/commit/7625c7aa3f0e8ba21e099d1765bcebcb72aa8816"><code>7625c7a</code></a> Release 1.0.28</li> <li><a href="https://github.com/dtolnay/semver/commit/fd404d082c2666b3df87c6229b85201a8533adda"><code>fd404d0</code></a> Merge pull request 351 from czy-29/master</li> <li><a href="https://github.com/dtolnay/semver/commit/f75f26e98469c637ebb45baaa9c9694fc235f80b"><code>f75f26e</code></a> The <code>doc_auto_cfg</code> and <code>doc_cfg</code> features have been merged</li> <li><a href="https://github.com/dtolnay/semver/commit/9e2bfa2ec874e1d9fc1abe7b109dd212a6fd85c2"><code>9e2bfa2</code></a> Enable <code>serde</code> on <code>docs.rs</code> and automatically add <code>serde</code> flag to the docs</li> <li><a href="https://github.com/dtolnay/semver/commit/8591f2344b52b31d85b538de58b76a676fe9ff90"><code>8591f23</code></a> Unpin CI miri toolchain</li> <li><a href="https://github.com/dtolnay/semver/commit/66bdd2ce5fb40d435677a03aaaaa60c569e8932c"><code>66bdd2c</code></a> Pin CI miri to nightly-2026-02-11</li> <li><a href="https://github.com/dtolnay/semver/commit/324ffce5d914778062136c9744ffdf53523c9fa2"><code>324ffce</code></a> Switch from cargo bench to criterion</li> <li><a href="https://github.com/dtolnay/semver/commit/34133a568a2fd0d9f10ef45bbf12d280e795c03e"><code>34133a5</code></a> Update actions/upload-artifact@v5 -> v6</li> <li><a href="https://github.com/dtolnay/semver/commit/7f935ffc7235e20864e7cba882077c9d8ad65f7c"><code>7f935ff</code></a> Update actions/upload-artifact@v4 -> v5</li> <li><a href="https://github.com/dtolnay/semver/commit/c07fb913535b7f12d4780fbcc9fef0e0bb6fc836"><code>c07fb91</code></a> Switch from test::black_box to std::hint::black_box</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/semver/compare/1.0.27...1.0.28">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 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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the all-other-cargo-deps group with 4 updates: indexmap, tokio, libc and semver.
Updates
indexmapfrom 2.13.0 to 2.13.1Changelog
Sourced from indexmap's changelog.
Commits
0b2adfeMerge pull request #434 from cuviper/const-sliceafa3cafRelease 2.13.1906a7ceMakeSlice::{first,last,split_*}methodsconstUpdates
tokiofrom 1.50.0 to 1.51.0Release notes
Sourced from tokio's releases.
Commits
0af06b7chore: prepare Tokio v1.51.0 (#8005)01a7f1dchore: prepare tokio-macros v2.7.0 (#8004)eeb55c7runtime: steal tasks from the LIFO slot (#7431)1fc450aruntime: stabilizeLocalRuntime(#7557)324218fMerge tag 'tokio-1.47.4' (#8003)aa65d0dchore: prepare Tokio v1.47.4 (#8002)bf18ed4sync: fix panic inChan::recv_manywhen called with non-empty vector on clo...43134f1wasm: add wasm32-wasip2 networking support (#7933)b4c3246macros: improve overall macro hygiene (#7997)7947fa4rt: add runtime name (#7924)Updates
libcfrom 0.2.183 to 0.2.184Release notes
Sourced from libc's releases.
Changelog
Sourced from libc's changelog.
Commits
b1fd610chore: Release libc 0.2.184f596819ci: Don't enforce cargo-semver-checks4645f60linux: update ptrace_syscall_info struct14cbbectypes: RemovePadding::uninitb5dcda8pthread: UsePadding::new(\<zeroed>)rather thanPadding::uninit()bbb1c5dtypes: Add anewfunction toPaddingdf06e43Fix locale values and add RTLD_NOLOAD, some TCP constants078f5c6newlib/espidf: Move DT_* to espidf/mod.rsd32b83dAdd IP_MINTTL to bsd939e0ecDefine max_align_t for riscv64-linuxUpdates
semverfrom 1.0.27 to 1.0.28Release notes
Sourced from semver's releases.
Commits
7625c7aRelease 1.0.28fd404d0Merge pull request 351 from czy-29/masterf75f26eThedoc_auto_cfganddoc_cfgfeatures have been merged9e2bfa2Enableserdeondocs.rsand automatically addserdeflag to the docs8591f23Unpin CI miri toolchain66bdd2cPin CI miri to nightly-2026-02-11324ffceSwitch from cargo bench to criterion34133a5Update actions/upload-artifact@v5 -> v67f935ffUpdate actions/upload-artifact@v4 -> v5c07fb91Switch from test::black_box to std::hint::black_boxDependabot 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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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