dependabot[bot] opened a new pull request, #10411:
URL: https://github.com/apache/arrow-rs/pull/10411

   Bumps the all-other-cargo-deps group with 12 updates in the / directory:
   
   | Package | From | To |
   | --- | --- | --- |
   | [serde](https://github.com/serde-rs/serde) | `1.0.228` | `1.0.229` |
   | [futures](https://github.com/rust-lang/futures-rs) | `0.3.32` | `0.3.33` |
   | [libc](https://github.com/rust-lang/libc) | `0.2.186` | `0.2.189` |
   | [serde_json](https://github.com/serde-rs/json) | `1.0.150` | `1.0.151` |
   | [tokio](https://github.com/tokio-rs/tokio) | `1.53.0` | `1.53.1` |
   | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.103` | `1.0.104` |
   | [clap](https://github.com/clap-rs/clap) | `4.6.2` | `4.6.4` |
   | [tokio-stream](https://github.com/tokio-rs/tokio) | `0.1.18` | `0.1.19` |
   | [twox-hash](https://github.com/shepmaster/twox-hash) | `2.1.2` | `2.1.3` |
   | [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.106` | 
`1.0.107` |
   | [quote](https://github.com/dtolnay/quote) | `1.0.46` | `1.0.47` |
   | [syn](https://github.com/dtolnay/syn) | `3.0.2` | `3.0.3` |
   
   
   Updates `serde` from 1.0.228 to 1.0.229
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/serde-rs/serde/releases";>serde's releases</a>.</em></p>
   <blockquote>
   <h2>v1.0.229</h2>
   <ul>
   <li>Update to syn 3</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/serde-rs/serde/commit/7fc3b4c30c94f73a96ebd1553f2b090d928fc3a8";><code>7fc3b4c</code></a>
 Release 1.0.229</li>
   <li><a 
href="https://github.com/serde-rs/serde/commit/6d6e9a11101354ce769a3438a088b6b9305c1863";><code>6d6e9a1</code></a>
 Merge pull request <a 
href="https://redirect.github.com/serde-rs/serde/issues/3085";>#3085</a> from 
dtolnay/syn3</li>
   <li><a 
href="https://github.com/serde-rs/serde/commit/6dec3b751126c8338cac0fe8085612d695e4ecf3";><code>6dec3b7</code></a>
 Update to syn 3</li>
   <li><a 
href="https://github.com/serde-rs/serde/commit/cfe669241065984177ff63af8b45058e6e9b499d";><code>cfe6692</code></a>
 Resolve mut_mut pedantic clippy lint</li>
   <li><a 
href="https://github.com/serde-rs/serde/commit/1023d077510b4aef36a41ef56fdb7798568a2654";><code>1023d07</code></a>
 Update actions/upload-artifact@v6 -&gt; v7</li>
   <li><a 
href="https://github.com/serde-rs/serde/commit/dd682c2c86aa7629e77c1ccd93212d3729f4c66d";><code>dd682c2</code></a>
 Update actions/checkout@v6 -&gt; v7</li>
   <li><a 
href="https://github.com/serde-rs/serde/commit/5f0f18b9211732f2d82f73b5a43e4f5ff3701251";><code>5f0f18b</code></a>
 Update ui test suite to nightly-2026-06-01</li>
   <li><a 
href="https://github.com/serde-rs/serde/commit/63a1498f0e7be991ffac5939bdd202ca16e9a23f";><code>63a1498</code></a>
 Regenerate stderr with trybuild normalization fixes</li>
   <li><a 
href="https://github.com/serde-rs/serde/commit/fa7da4a93567ed347ad0735c28e439fca688ef26";><code>fa7da4a</code></a>
 Fix unused_features warning</li>
   <li><a 
href="https://github.com/serde-rs/serde/commit/6b1a17851ea3d86a56aa116ca1cbf428f8d5f22d";><code>6b1a178</code></a>
 Unpin CI miri toolchain</li>
   <li>Additional commits viewable in <a 
href="https://github.com/serde-rs/serde/compare/v1.0.228...v1.0.229";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `futures` from 0.3.32 to 0.3.33
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/rust-lang/futures-rs/releases";>futures's 
releases</a>.</em></p>
   <blockquote>
   <h2>0.3.33</h2>
   <ul>
   <li>Fix <code>ReadLine</code>'s soundness issue regarding to exception 
safety. (<a 
href="https://redirect.github.com/rust-lang/futures-rs/issues/3020";>#3020</a>)</li>
   <li>Fix unsound <code>Send</code> impl for <code>IterPinRef</code> and 
<code>Iter</code>. (<a 
href="https://redirect.github.com/rust-lang/futures-rs/issues/3003";>#3003</a>)</li>
   <li>Fix stacked borrows violation in <code>compat01as03</code> 
implementation. (<a 
href="https://redirect.github.com/rust-lang/futures-rs/issues/3012";>#3012</a>)</li>
   <li>Fix memory leak in <code>FuturesUnordered::IntoIter</code>. (<a 
href="https://redirect.github.com/rust-lang/futures-rs/issues/3005";>#3005</a>)</li>
   <li>Add <code>portable-atomic-alloc</code> feature and use it in 
<code>FuturesUnordered</code>. (<a 
href="https://redirect.github.com/rust-lang/futures-rs/issues/3007";>#3007</a>)</li>
   <li>Re-export <code>alloc::task::Wake</code>. (<a 
href="https://redirect.github.com/rust-lang/futures-rs/issues/3010";>#3010</a>)</li>
   <li>Update <code>spin</code> to 0.12. (<a 
href="https://redirect.github.com/rust-lang/futures-rs/issues/3014";>#3014</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/rust-lang/futures-rs/blob/main/CHANGELOG.md";>futures's 
changelog</a>.</em></p>
   <blockquote>
   <h1>0.3.33 - 2026-07-18</h1>
   <ul>
   <li>Fix <code>ReadLine</code>'s soundness issue regarding to exception 
safety. (<a 
href="https://redirect.github.com/rust-lang/futures-rs/issues/3020";>#3020</a>)</li>
   <li>Fix unsound <code>Send</code> impl for <code>IterPinRef</code> and 
<code>Iter</code>. (<a 
href="https://redirect.github.com/rust-lang/futures-rs/issues/3003";>#3003</a>)</li>
   <li>Fix stacked borrows violation in <code>compat01as03</code> 
implementation. (<a 
href="https://redirect.github.com/rust-lang/futures-rs/issues/3012";>#3012</a>)</li>
   <li>Fix memory leak in <code>FuturesUnordered::IntoIter</code>. (<a 
href="https://redirect.github.com/rust-lang/futures-rs/issues/3005";>#3005</a>)</li>
   <li>Add <code>portable-atomic-alloc</code> feature and use it in 
<code>FuturesUnordered</code>. (<a 
href="https://redirect.github.com/rust-lang/futures-rs/issues/3007";>#3007</a>)</li>
   <li>Re-export <code>alloc::task::Wake</code>. (<a 
href="https://redirect.github.com/rust-lang/futures-rs/issues/3010";>#3010</a>)</li>
   <li>Update <code>spin</code> to 0.12. (<a 
href="https://redirect.github.com/rust-lang/futures-rs/issues/3014";>#3014</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/rust-lang/futures-rs/commit/89cc254cb8bfcc78e6a31e7711d0757f97bcb531";><code>89cc254</code></a>
 Release 0.3.33</li>
   <li><a 
href="https://github.com/rust-lang/futures-rs/commit/cd9f5befe699dab2e94cfd32708879b41be0960a";><code>cd9f5be</code></a>
 ci: Update release workflow</li>
   <li><a 
href="https://github.com/rust-lang/futures-rs/commit/d79a499c5f7b4427b8dfbee2216b0ff042bb38e4";><code>d79a499</code></a>
 Resolve rustdoc::broken_intra_doc_links warning</li>
   <li><a 
href="https://github.com/rust-lang/futures-rs/commit/95bbcf83be9e414f1e5b9e0f5e0c91f1d8e433e3";><code>95bbcf8</code></a>
 Resolve rustdoc ambiguous link error</li>
   <li><a 
href="https://github.com/rust-lang/futures-rs/commit/303c1658dc7bde42cf15d7a09621de8c6c857b37";><code>303c165</code></a>
 Resolve rustdoc::redundant_explicit_links warning</li>
   <li><a 
href="https://github.com/rust-lang/futures-rs/commit/f34e3f5b9daba3901a464a0694e448a7eacf0e19";><code>f34e3f5</code></a>
 ci: Cleanup</li>
   <li><a 
href="https://github.com/rust-lang/futures-rs/commit/66591a24275a79d9a77330dbb9106b79f623aa0d";><code>66591a2</code></a>
 Enable Miri for more tests</li>
   <li><a 
href="https://github.com/rust-lang/futures-rs/commit/ab1072fec105b27e5133f9f7dd01f44fba55629f";><code>ab1072f</code></a>
 Simplify target_has_atomic cfg in utility crates</li>
   <li><a 
href="https://github.com/rust-lang/futures-rs/commit/cf5d23b68bf7eafb926a2d485b1a1276a4a4e146";><code>cf5d23b</code></a>
 Fix unsound compat01as03 implementation (fixes <a 
href="https://redirect.github.com/rust-lang/futures-rs/issues/2514";>#2514</a>) 
(<a 
href="https://redirect.github.com/rust-lang/futures-rs/issues/3012";>#3012</a>)</li>
   <li><a 
href="https://github.com/rust-lang/futures-rs/commit/8ae794faefbbae7f0070d11f75ea7e56bc2698c5";><code>8ae794f</code></a>
 Add portable-atomic-alloc feature and use it in FuturesUnordered (<a 
href="https://redirect.github.com/rust-lang/futures-rs/issues/3007";>#3007</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/rust-lang/futures-rs/compare/0.3.32...0.3.33";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `libc` from 0.2.186 to 0.2.189
   <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.189</h2>
   <h3>Added</h3>
   <ul>
   <li>Emscripten: Add <code>pthread_sigmask</code>, <code>sigwait</code>, 
<code>sigwaitinfo</code>, <code>sigtimedwait</code>, <code>faccessat</code>, 
and <code>pthread_kill</code> (<a 
href="https://redirect.github.com/rust-lang/libc/pull/5270";>#5270</a>)</li>
   <li>Linux SPARC: Enable the <code>clone3</code> syscall (<a 
href="https://redirect.github.com/rust-lang/libc/pull/4980";>#4980</a>)</li>
   <li>Solarish: Add <code>CLOCK_PROCESS_CPUTIME_ID</code> and 
<code>CLOCK_THREAD_CPUTIME_ID</code> (<a 
href="https://redirect.github.com/rust-lang/libc/pull/5274";>#5274</a>)</li>
   </ul>
   <h3>Deprecated</h3>
   <ul>
   <li>Deprecate <code>CLONE_INTO_CGROUP</code> and 
<code>CLONE_CLEAR_SIGHAND</code>. These overflow their types and will be 
changed to a larger size in the future. (<a 
href="https://github.com/rust-lang/libc/commit/8c6e6710458db4d6aa0766f6f84bbf13f640237e";>8c6e6710458d</a>)</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Musl riscv32: Rename padding fields to avoid a conflict and fix the 
build (<a 
href="https://github.com/rust-lang/libc/commit/2499ff0ad9936a036e78a4e0991445efee383564";>2499ff0ad993</a>)</li>
   <li>NuttX: Fix <code>wchar_t</code> definition under Arm (<a 
href="https://redirect.github.com/rust-lang/libc/pull/5245";>#5245</a>)</li>
   <li>Windows: Add back link names for <code>time</code>-related symbols (<a 
href="https://redirect.github.com/rust-lang/libc/pull/5300";>#5300</a>)</li>
   </ul>
   <h2>0.2.188</h2>
   <h3>Changed</h3>
   <ul>
   <li>Restore <code>Send</code> and <code>Sync</code> for <code>DIR</code> (<a 
href="https://github.com/rust-lang/libc/commit/35b062263401733cd89065c6a553640f2ba51ff1";>35b062263401</a>)</li>
   </ul>
   <p>These were removed in 0.2.187 because <code>libc</code> does not actually 
make <code>Send</code> and <code>Sync</code>
   guarantees about <code>DIR</code> (or other extern types), but this caused 
some crates to break.
   The traits are added back for now to allow time to migrate, but will be 
removed again
   in the future; please make sure your crates are not relying on 
<code>libc::DIR: Send</code> or
   <code>libc::DIR: Sync</code>.</p>
   <h2>0.2.187</h2>
   <p>This release contains a number of improvements related to 64-bit 
<code>time_t</code> configuration.
   Of note the existing <code>RUST_LIBC_UNSTABLE_*</code> environment variables 
have been replaced
   with configuration options. The new way to use these is:</p>
   <pre lang="sh"><code>RUSTFLAGS='--cfg=libc_unstable_musl_v1_2_3' cargo ...
   RUSTFLAGS='--cfg=libc_unstable_gnu_time_bits=&quot;64&quot;' cargo ...
   </code></pre>
   <p>Being able to set this via <code>RUSTFLAGS</code> makes it easier to only 
apply configuration to
   specific targets (and notably, not the host if build scripts are used).</p>
   <p>There are two other notable changes:</p>
   <ul>
   <li>
   <p>The 32-bit <code>windows-gnu</code> targets now respect 
<code>libc_unstable_gnu_time_bits</code></p>
   </li>
   <li>
   <p>uClibc now supports a similar configuration option:</p>
   <pre lang="sh"><code>RUSTFLAGS='--cfg=libc_unstable_uclibc_time64'
   </code></pre>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/rust-lang/libc/blob/0.2.189/CHANGELOG.md";>libc's 
changelog</a>.</em></p>
   <blockquote>
   <h2><a 
href="https://github.com/rust-lang/libc/compare/0.2.188...0.2.189";>0.2.189</a> 
- 2026-07-21</h2>
   <h3>Added</h3>
   <ul>
   <li>Emscripten: Add <code>pthread_sigmask</code>, <code>sigwait</code>, 
<code>sigwaitinfo</code>, <code>sigtimedwait</code>, <code>faccessat</code>, 
and <code>pthread_kill</code> (<a 
href="https://redirect.github.com/rust-lang/libc/pull/5270";>#5270</a>)</li>
   <li>Linux SPARC: Enable the <code>clone3</code> syscall (<a 
href="https://redirect.github.com/rust-lang/libc/pull/4980";>#4980</a>)</li>
   <li>Solarish: Add <code>CLOCK_PROCESS_CPUTIME_ID</code> and 
<code>CLOCK_THREAD_CPUTIME_ID</code> (<a 
href="https://redirect.github.com/rust-lang/libc/pull/5274";>#5274</a>)</li>
   </ul>
   <h3>Deprecated</h3>
   <ul>
   <li>Deprecate <code>CLONE_INTO_CGROUP</code> and 
<code>CLONE_CLEAR_SIGHAND</code>. These overflow their types and will be 
changed to a larger size in the future. (<a 
href="https://github.com/rust-lang/libc/commit/8c6e6710458db4d6aa0766f6f84bbf13f640237e";>8c6e6710458d</a>)</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Musl riscv32: Rename padding fields to avoid a conflict and fix the 
build (<a 
href="https://github.com/rust-lang/libc/commit/2499ff0ad9936a036e78a4e0991445efee383564";>2499ff0ad993</a>)</li>
   <li>NuttX: Fix <code>wchar_t</code> definition under Arm (<a 
href="https://redirect.github.com/rust-lang/libc/pull/5245";>#5245</a>)</li>
   <li>Windows: Add back link names for <code>time</code>-related symbols (<a 
href="https://redirect.github.com/rust-lang/libc/pull/5300";>#5300</a>)</li>
   </ul>
   <h2><a 
href="https://github.com/rust-lang/libc/compare/0.2.187...0.2.188";>0.2.188</a> 
- 2026-07-21</h2>
   <h3>Changed</h3>
   <ul>
   <li>Restore <code>Send</code> and <code>Sync</code> for <code>DIR</code> (<a 
href="https://github.com/rust-lang/libc/commit/35b062263401733cd89065c6a553640f2ba51ff1";>35b062263401</a>)</li>
   </ul>
   <p>These were removed in 0.2.187 because <code>libc</code> does not actually 
make <code>Send</code> and <code>Sync</code>
   guarantees about <code>DIR</code> (or other extern types), but this caused 
some crates to break.
   The traits are added back for now to allow time to migrate, but will be 
removed again
   in the future; please make sure your crates are not relying on 
<code>libc::DIR: Send</code> or
   <code>libc::DIR: Sync</code>.</p>
   <h2><a 
href="https://github.com/rust-lang/libc/compare/0.2.186...0.2.187";>0.2.187</a> 
- 2026-07-20</h2>
   <p>This release contains a number of improvements related to 64-bit 
<code>time_t</code> configuration.
   Of note the existing <code>RUST_LIBC_UNSTABLE_*</code> environment variables 
have been replaced
   with configuration options. The new way to use these is:</p>
   <pre lang="sh"><code>RUSTFLAGS='--cfg=libc_unstable_musl_v1_2_3' cargo ...
   RUSTFLAGS='--cfg=libc_unstable_gnu_time_bits=&quot;64&quot;' cargo ...
   </code></pre>
   <p>Being able to set this via <code>RUSTFLAGS</code> makes it easier to only 
apply configuration to
   specific targets (and notably, not the host if build scripts are used).</p>
   <p>There are two other notable changes:</p>
   <ul>
   <li>The 32-bit <code>windows-gnu</code> targets now respect 
<code>libc_unstable_gnu_time_bits</code></li>
   <li>uClibc now supports a similar configuration option:</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/rust-lang/libc/commit/ef0906e20828777175f65caa7e681a0ce33c559a";><code>ef0906e</code></a>
 libc: Release 0.2.189</li>
   <li><a 
href="https://github.com/rust-lang/libc/commit/5a79f7642911e17cf9629857b88503e50d433fc4";><code>5a79f76</code></a>
 riscv32-musl: Rename padding fields to avoid a conflict</li>
   <li><a 
href="https://github.com/rust-lang/libc/commit/3e51062f4249054264ae11363d8efbb652f9ab2e";><code>3e51062</code></a>
 psp: Fix <code>overflowing_literals</code> warnings</li>
   <li><a 
href="https://github.com/rust-lang/libc/commit/e352fdd17b43c5e2a911041512c4d62953121018";><code>e352fdd</code></a>
 emscripten: add pthread_sigmask, sigwait, sigwaitinfo, sigtimedwait, 
faccessa...</li>
   <li><a 
href="https://github.com/rust-lang/libc/commit/63221b314d46bccaea33bdba2f3d75f25dc9c739";><code>63221b3</code></a>
 macros: Require <code>safe</code> in <code>safe_f!</code> invocations</li>
   <li><a 
href="https://github.com/rust-lang/libc/commit/707ab528fc31619d80ca8ee5fd714ff7285e818e";><code>707ab52</code></a>
 macros: Require <code>unsafe</code> in <code>f!</code> invocations</li>
   <li><a 
href="https://github.com/rust-lang/libc/commit/8e40c9404b8127d5dd3d6f015c1da1f12b7dd44b";><code>8e40c94</code></a>
 Enable clone3() syscall on sparc-linux and sparc64-linux</li>
   <li><a 
href="https://github.com/rust-lang/libc/commit/8427909fb3c9890bd89c787e8ab18673032b0360";><code>8427909</code></a>
 windows: Add back link names for <code>time</code>-related symbols</li>
   <li><a 
href="https://github.com/rust-lang/libc/commit/b4863fa4c31a95524339a6ee89aa5df042a33745";><code>b4863fa</code></a>
 nuttx: fix wchar_t definition under arm</li>
   <li><a 
href="https://github.com/rust-lang/libc/commit/41c683da26d2c74a69205ca1e5e87a415aa313c8";><code>41c683d</code></a>
 nuttx: mirror type definitions</li>
   <li>Additional commits viewable in <a 
href="https://github.com/rust-lang/libc/compare/0.2.186...0.2.189";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `serde_json` from 1.0.150 to 1.0.151
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/serde-rs/json/releases";>serde_json's 
releases</a>.</em></p>
   <blockquote>
   <h2>v1.0.151</h2>
   <ul>
   <li>Add RawValue::from_string_unchecked (<a 
href="https://redirect.github.com/serde-rs/json/issues/1331";>#1331</a>, thanks 
<a 
href="https://github.com/WonderLawrence";><code>@​WonderLawrence</code></a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/serde-rs/json/commit/de8500740cdcabffb9734f503e4889def823cf10";><code>de85007</code></a>
 Release 1.0.151</li>
   <li><a 
href="https://github.com/serde-rs/json/commit/3b2b3c5f28c20ed988bd081a4147c535e7e65c74";><code>3b2b3c5</code></a>
 Merge pull request <a 
href="https://redirect.github.com/serde-rs/json/issues/1331";>#1331</a> from 
WonderLawrence/rawvalue-from-string-unchecked</li>
   <li><a 
href="https://github.com/serde-rs/json/commit/0406d96860e9d8b9252e2002fa3e626ae48ca1b0";><code>0406d96</code></a>
 Debug-assert well-formedness and no-whitespace in from_string_unchecked</li>
   <li><a 
href="https://github.com/serde-rs/json/commit/cf16f75d81e28c723323bfc60a68fc02d2994fff";><code>cf16f75</code></a>
 Add RawValue::from_string_unchecked</li>
   <li><a 
href="https://github.com/serde-rs/json/commit/827a315bf2198558f0325b07bcc1e2cd973aba2f";><code>827a315</code></a>
 Update actions/upload-artifact@v6 -&gt; v7</li>
   <li><a 
href="https://github.com/serde-rs/json/commit/cea36a5c017ebffdeb95d0cd0f1aad473bfab758";><code>cea36a5</code></a>
 Update actions/checkout@v6 -&gt; v7</li>
   <li>See full diff in <a 
href="https://github.com/serde-rs/json/compare/v1.0.150...v1.0.151";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `tokio` from 1.53.0 to 1.53.1
   <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.53.1</h2>
   <h1>1.53.1 (July 20th, 2026)</h1>
   <h3>Fixed</h3>
   <ul>
   <li>signal: restore MSRV by removing <code>OnceLock::wait</code> from the 
Windows handler (<a 
href="https://redirect.github.com/tokio-rs/tokio/issues/8300";>#8300</a>)</li>
   </ul>
   <h3>Fixed (unstable)</h3>
   <ul>
   <li>time: fix alt timer cancellation and insertion race (<a 
href="https://redirect.github.com/tokio-rs/tokio/issues/8252";>#8252</a>)</li>
   </ul>
   <h3>Documented</h3>
   <ul>
   <li>runtime: remove dead link definition in Runtime::block_on (<a 
href="https://redirect.github.com/tokio-rs/tokio/issues/8301";>#8301</a>)</li>
   </ul>
   <p><a 
href="https://redirect.github.com/tokio-rs/tokio/issues/8252";>#8252</a>: <a 
href="https://redirect.github.com/tokio-rs/tokio/pull/8252";>tokio-rs/tokio#8252</a>
   <a href="https://redirect.github.com/tokio-rs/tokio/issues/8300";>#8300</a>: 
<a 
href="https://redirect.github.com/tokio-rs/tokio/pull/8300";>tokio-rs/tokio#8300</a>
   <a href="https://redirect.github.com/tokio-rs/tokio/issues/8301";>#8301</a>: 
<a 
href="https://redirect.github.com/tokio-rs/tokio/pull/8301";>tokio-rs/tokio#8301</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/tokio-rs/tokio/commit/75fef53d0a8590c2d1dbb63672aa7b7d1ef51155";><code>75fef53</code></a>
 chore: prepare Tokio v1.53.1 (<a 
href="https://redirect.github.com/tokio-rs/tokio/issues/8303";>#8303</a>)</li>
   <li><a 
href="https://github.com/tokio-rs/tokio/commit/ae9d01121377cdbef32b9d5e8559843cce9f927e";><code>ae9d011</code></a>
 signal: restore MSRV by removing OnceLock::wait from the Windows handler (<a 
href="https://redirect.github.com/tokio-rs/tokio/issues/8300";>#8300</a>)</li>
   <li><a 
href="https://github.com/tokio-rs/tokio/commit/eb4988dc2ecb85d2617971fbbabc84938c141bfd";><code>eb4988d</code></a>
 time: fix the loom test of the race between cancellation/insertion (<a 
href="https://redirect.github.com/tokio-rs/tokio/issues/8302";>#8302</a>)</li>
   <li><a 
href="https://github.com/tokio-rs/tokio/commit/91d3b4c0bccf2234fc3ed19e605e2cd402f19437";><code>91d3b4c</code></a>
 time: fix alt timer cancellation and insertion race (<a 
href="https://redirect.github.com/tokio-rs/tokio/issues/8252";>#8252</a>)</li>
   <li><a 
href="https://github.com/tokio-rs/tokio/commit/a46338401b9e0ffc9bd68c31100ee99cee717481";><code>a463384</code></a>
 runtime: remove dead link definition in <code>Runtime::block_on</code> (<a 
href="https://redirect.github.com/tokio-rs/tokio/issues/8301";>#8301</a>)</li>
   <li>See full diff in <a 
href="https://github.com/tokio-rs/tokio/compare/tokio-1.53.0...tokio-1.53.1";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `anyhow` from 1.0.103 to 1.0.104
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/dtolnay/anyhow/releases";>anyhow's 
releases</a>.</em></p>
   <blockquote>
   <h2>1.0.104</h2>
   <ul>
   <li>Update <code>syn</code> dev-dependency to version 3</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/dtolnay/anyhow/commit/1dbe1862aae650423e3361fbd20b7d17c5109cc3";><code>1dbe186</code></a>
 Release 1.0.104</li>
   <li><a 
href="https://github.com/dtolnay/anyhow/commit/f6479f8e5e10761d7fecde0970cff363dc644d92";><code>f6479f8</code></a>
 Update to syn 3</li>
   <li>See full diff in <a 
href="https://github.com/dtolnay/anyhow/compare/1.0.103...1.0.104";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `clap` from 4.6.2 to 4.6.4
   <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.6.4</h2>
   <h2>[4.6.4] - 2026-07-21</h2>
   <h3>Internal</h3>
   <ul>
   <li>Update to syn v3</li>
   </ul>
   <h2>v4.6.3</h2>
   <h2>[4.6.3] - 2026-07-20</h2>
   <h3>Fixes</h3>
   <ul>
   <li><em>(derive)</em> Allow <code>&quot;literal&quot;.function()</code> as 
attribute values</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.6.4] - 2026-07-21</h2>
   <h3>Internal</h3>
   <ul>
   <li>Update to syn v3</li>
   </ul>
   <h2>[4.6.3] - 2026-07-20</h2>
   <h3>Fixes</h3>
   <ul>
   <li><em>(derive)</em> Allow <code>&quot;literal&quot;.function()</code> as 
attribute values</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/clap-rs/clap/commit/87ec1ad80dc174563cba130772823562e4427560";><code>87ec1ad</code></a>
 chore: Release</li>
   <li><a 
href="https://github.com/clap-rs/clap/commit/78f2529351ad2133c453005e54f6b35ce3ae800b";><code>78f2529</code></a>
 docs: Update changelog</li>
   <li><a 
href="https://github.com/clap-rs/clap/commit/b61f270930e60ee4968dfed7dc81eef51232f22b";><code>b61f270</code></a>
 Merge pull request <a 
href="https://redirect.github.com/clap-rs/clap/issues/6369";>#6369</a> from 
Metbcy/fix/zsh-completion-ordering</li>
   <li><a 
href="https://github.com/clap-rs/clap/commit/74c6666698e90ff0141eb50dd169915f59fa7bcf";><code>74c6666</code></a>
 fix(complete): Keep zsh candidate order</li>
   <li><a 
href="https://github.com/clap-rs/clap/commit/d142d8f96650c49302aeab87814d5bf352dbf4db";><code>d142d8f</code></a>
 Merge pull request <a 
href="https://redirect.github.com/clap-rs/clap/issues/6360";>#6360</a> from 
epage/string</li>
   <li><a 
href="https://github.com/clap-rs/clap/commit/ba89563c9d4c806afba2002c345b7108b64f1a1e";><code>ba89563</code></a>
 style: Prefer explicit string operations</li>
   <li><a 
href="https://github.com/clap-rs/clap/commit/bea966e84a50dc375d75baecbd469362b4f66281";><code>bea966e</code></a>
 Merge pull request <a 
href="https://redirect.github.com/clap-rs/clap/issues/6359";>#6359</a> from 
epage/man</li>
   <li><a 
href="https://github.com/clap-rs/clap/commit/b811986e6d8eeeba679e43ddc07bcd06ee6da17b";><code>b811986</code></a>
 chore(man):Remove unused required-features</li>
   <li><a 
href="https://github.com/clap-rs/clap/commit/0010bf290aae52b827134d7a88ecb58a8e3e88aa";><code>0010bf2</code></a>
 Merge pull request <a 
href="https://redirect.github.com/clap-rs/clap/issues/6358";>#6358</a> from 
clap-rs/renovate/crate-ci-typos-1.x</li>
   <li><a 
href="https://github.com/clap-rs/clap/commit/bab9b24b129f5bfd6f5680cd5273d4d6be7cb37d";><code>bab9b24</code></a>
 chore(deps): Update compatible (dev) (<a 
href="https://redirect.github.com/clap-rs/clap/issues/6357";>#6357</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/clap-rs/clap/compare/clap_complete-v4.6.2...clap_complete-v4.6.4";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `tokio-stream` from 0.1.18 to 0.1.19
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/tokio-rs/tokio/commit/bc0933ccffb62e010d3ccb497abc22cec2e73f54";><code>bc0933c</code></a>
 chore: prepare tokio-stream v0.1.19 (<a 
href="https://redirect.github.com/tokio-rs/tokio/issues/8310";>#8310</a>)</li>
   <li><a 
href="https://github.com/tokio-rs/tokio/commit/e3786d0090d1a36381738068519534991ca69d44";><code>e3786d0</code></a>
 readme: remove obsolete TokioConf notices (<a 
href="https://redirect.github.com/tokio-rs/tokio/issues/8311";>#8311</a>)</li>
   <li><a 
href="https://github.com/tokio-rs/tokio/commit/f2189d3bd69d22638158a0ca8163b2e8daf18c5f";><code>f2189d3</code></a>
 chore: prepare tokio-util v0.7.19 (<a 
href="https://redirect.github.com/tokio-rs/tokio/issues/8309";>#8309</a>)</li>
   <li><a 
href="https://github.com/tokio-rs/tokio/commit/52f2745c18fd69174ca420a2ff5fe4216d320a48";><code>52f2745</code></a>
 net: re-enable <code>tcp_stream::try_read_buf</code> test for WASI (<a 
href="https://redirect.github.com/tokio-rs/tokio/issues/8305";>#8305</a>)</li>
   <li><a 
href="https://github.com/tokio-rs/tokio/commit/ac6869a431d9d7e2a81ce5309f00730741d3462a";><code>ac6869a</code></a>
 rt: remove unstable cfgs leftovers after local runtime stabilization (<a 
href="https://redirect.github.com/tokio-rs/tokio/issues/8298";>#8298</a>)</li>
   <li><a 
href="https://github.com/tokio-rs/tokio/commit/75fef53d0a8590c2d1dbb63672aa7b7d1ef51155";><code>75fef53</code></a>
 chore: prepare Tokio v1.53.1 (<a 
href="https://redirect.github.com/tokio-rs/tokio/issues/8303";>#8303</a>)</li>
   <li><a 
href="https://github.com/tokio-rs/tokio/commit/ae9d01121377cdbef32b9d5e8559843cce9f927e";><code>ae9d011</code></a>
 signal: restore MSRV by removing OnceLock::wait from the Windows handler (<a 
href="https://redirect.github.com/tokio-rs/tokio/issues/8300";>#8300</a>)</li>
   <li><a 
href="https://github.com/tokio-rs/tokio/commit/eb4988dc2ecb85d2617971fbbabc84938c141bfd";><code>eb4988d</code></a>
 time: fix the loom test of the race between cancellation/insertion (<a 
href="https://redirect.github.com/tokio-rs/tokio/issues/8302";>#8302</a>)</li>
   <li><a 
href="https://github.com/tokio-rs/tokio/commit/91d3b4c0bccf2234fc3ed19e605e2cd402f19437";><code>91d3b4c</code></a>
 time: fix alt timer cancellation and insertion race (<a 
href="https://redirect.github.com/tokio-rs/tokio/issues/8252";>#8252</a>)</li>
   <li><a 
href="https://github.com/tokio-rs/tokio/commit/a46338401b9e0ffc9bd68c31100ee99cee717481";><code>a463384</code></a>
 runtime: remove dead link definition in <code>Runtime::block_on</code> (<a 
href="https://redirect.github.com/tokio-rs/tokio/issues/8301";>#8301</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/tokio-rs/tokio/compare/tokio-stream-0.1.18...tokio-stream-0.1.19";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `serde_core` from 1.0.228 to 1.0.229
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/serde-rs/serde/releases";>serde_core's 
releases</a>.</em></p>
   <blockquote>
   <h2>v1.0.229</h2>
   <ul>
   <li>Update to syn 3</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/serde-rs/serde/commit/7fc3b4c30c94f73a96ebd1553f2b090d928fc3a8";><code>7fc3b4c</code></a>
 Release 1.0.229</li>
   <li><a 
href="https://github.com/serde-rs/serde/commit/6d6e9a11101354ce769a3438a088b6b9305c1863";><code>6d6e9a1</code></a>
 Merge pull request <a 
href="https://redirect.github.com/serde-rs/serde/issues/3085";>#3085</a> from 
dtolnay/syn3</li>
   <li><a 
href="https://github.com/serde-rs/serde/commit/6dec3b751126c8338cac0fe8085612d695e4ecf3";><code>6dec3b7</code></a>
 Update to syn 3</li>
   <li><a 
href="https://github.com/serde-rs/serde/commit/cfe669241065984177ff63af8b45058e6e9b499d";><code>cfe6692</code></a>
 Resolve mut_mut pedantic clippy lint</li>
   <li><a 
href="https://github.com/serde-rs/serde/commit/1023d077510b4aef36a41ef56fdb7798568a2654";><code>1023d07</code></a>
 Update actions/upload-artifact@v6 -&gt; v7</li>
   <li><a 
href="https://github.com/serde-rs/serde/commit/dd682c2c86aa7629e77c1ccd93212d3729f4c66d";><code>dd682c2</code></a>
 Update actions/checkout@v6 -&gt; v7</li>
   <li><a 
href="https://github.com/serde-rs/serde/commit/5f0f18b9211732f2d82f73b5a43e4f5ff3701251";><code>5f0f18b</code></a>
 Update ui test suite to nightly-2026-06-01</li>
   <li><a 
href="https://github.com/serde-rs/serde/commit/63a1498f0e7be991ffac5939bdd202ca16e9a23f";><code>63a1498</code></a>
 Regenerate stderr with trybuild normalization fixes</li>
   <li><a 
href="https://github.com/serde-rs/serde/commit/fa7da4a93567ed347ad0735c28e439fca688ef26";><code>fa7da4a</code></a>
 Fix unused_features warning</li>
   <li><a 
href="https://github.com/serde-rs/serde/commit/6b1a17851ea3d86a56aa116ca1cbf428f8d5f22d";><code>6b1a178</code></a>
 Unpin CI miri toolchain</li>
   <li>Additional commits viewable in <a 
href="https://github.com/serde-rs/serde/compare/v1.0.228...v1.0.229";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `twox-hash` from 2.1.2 to 2.1.3
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/shepmaster/twox-hash/blob/main/CHANGELOG.md";>twox-hash's
 changelog</a>.</em></p>
   <blockquote>
   <h2><a href="https://github.com/shepmaster/twox-hash/tree/v2.1.3";>2.1.3</a> 
- 2026-07-18</h2>
   <h3>Fixed</h3>
   <ul>
   <li>Removed a panic that could occur when using <code>XxHash32</code> or 
<code>XxHash64</code>
   in debug mode. Release mode is unaffected.</li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>The version range for the optional <code>rand</code> dependency now 
allows 0.10
   in addtion to 0.9.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/shepmaster/twox-hash/commit/cfe253f868f25d5f61f98f62af8b198270166ef0";><code>cfe253f</code></a>
 Release version 2.1.3</li>
   <li><a 
href="https://github.com/shepmaster/twox-hash/commit/cb3ca8416c744db55dfb7516cf191bc5160412f3";><code>cb3ca84</code></a>
 Update the changelog</li>
   <li><a 
href="https://github.com/shepmaster/twox-hash/commit/32e713276922940cf74bc7c01c41da823472155a";><code>32e7132</code></a>
 Merge pull request <a 
href="https://redirect.github.com/shepmaster/twox-hash/issues/121";>#121</a> 
from shepmaster/length_overflow</li>
   <li><a 
href="https://github.com/shepmaster/twox-hash/commit/103a4c8f7d227867242fed892d4ab883a0da537b";><code>103a4c8</code></a>
 Don't panic when adding the hashed length to the XxHash64 result</li>
   <li><a 
href="https://github.com/shepmaster/twox-hash/commit/7abcfc10c5e5b2f5ad4de820ebc83cda9fb01a1f";><code>7abcfc1</code></a>
 Don't panic when adding the hashed length to the XxHash32 result</li>
   <li><a 
href="https://github.com/shepmaster/twox-hash/commit/df7f72f900a00bfa7fdd51ae5ed20a2fe046291a";><code>df7f72f</code></a>
 Merge pull request <a 
href="https://redirect.github.com/shepmaster/twox-hash/issues/122";>#122</a> 
from shepmaster/ci-fixin</li>
   <li><a 
href="https://github.com/shepmaster/twox-hash/commit/97e70bceeb2b6365d8965d9117cc2e008c02dca7";><code>97e70bc</code></a>
 Do not import proptest prelude a second time</li>
   <li><a 
href="https://github.com/shepmaster/twox-hash/commit/6c7b0132c9096ba54fe771209c082917fc46428d";><code>6c7b013</code></a>
 Downgrade any version of rand, not just that patch level</li>
   <li><a 
href="https://github.com/shepmaster/twox-hash/commit/9705684bfbe4b05be38c951872dc7cc7f06ff665";><code>9705684</code></a>
 Merge pull request <a 
href="https://redirect.github.com/shepmaster/twox-hash/issues/116";>#116</a> 
from tisonkun/rand-010</li>
   <li><a 
href="https://github.com/shepmaster/twox-hash/commit/445efe32270fded949d8504d76ea5979193eec50";><code>445efe3</code></a>
 build(dep): allow rand 0.10 in addition to 0.9</li>
   <li>Additional commits viewable in <a 
href="https://github.com/shepmaster/twox-hash/compare/v2.1.2...v2.1.3";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `proc-macro2` from 1.0.106 to 1.0.107
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/dtolnay/proc-macro2/releases";>proc-macro2's 
releases</a>.</em></p>
   <blockquote>
   <h2>1.0.107</h2>
   <ul>
   <li>Documentation improvements</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/dtolnay/proc-macro2/commit/ed8a5497669cd63db33bf24646f261b012bbbc4a";><code>ed8a549</code></a>
 Release 1.0.107</li>
   <li><a 
href="https://github.com/dtolnay/proc-macro2/commit/d2550fba91b625218bca3cc4c364c27cae7bc483";><code>d2550fb</code></a>
 Update documentation links to syn 3</li>
   <li><a 
href="https://github.com/dtolnay/proc-macro2/commit/0bf387d8d57770f1e46d3dff23dd72175477048a";><code>0bf387d</code></a>
 Resolve redundant_else pedantic clippy lint</li>
   <li><a 
href="https://github.com/dtolnay/proc-macro2/commit/949d6966cbdecaa607757d57fc91b829991a4b80";><code>949d696</code></a>
 Update actions/upload-artifact@v6 -&gt; v7</li>
   <li><a 
href="https://github.com/dtolnay/proc-macro2/commit/294a2bba6ccc073ca8e20c6b28aef84b3cd87855";><code>294a2bb</code></a>
 Update actions/checkout@v6 -&gt; v7</li>
   <li><a 
href="https://github.com/dtolnay/proc-macro2/commit/cd46c1b96e5f37c584f999bb1d6c665f9337e895";><code>cd46c1b</code></a>
 Lint <code>clippy::from_iter_instead_of_collect</code> has been removed</li>
   <li><a 
href="https://github.com/dtolnay/proc-macro2/commit/bb38d83b86d2bfb8a31ff81cd540b36de1b236ee";><code>bb38d83</code></a>
 Update afl fuzzer from 0.17 to 0.18</li>
   <li><a 
href="https://github.com/dtolnay/proc-macro2/commit/0f510db0e462b34aa3c02f6d0cf150fc716dc4e3";><code>0f510db</code></a>
 Unpin CI miri toolchain</li>
   <li><a 
href="https://github.com/dtolnay/proc-macro2/commit/b3c5fe307f18d066c94b0872f66b348bb7dade31";><code>b3c5fe3</code></a>
 Pin CI miri to nightly-2026-02-11</li>
   <li><a 
href="https://github.com/dtolnay/proc-macro2/commit/7e2a9901afc18740403404a85a488ccae52accf6";><code>7e2a990</code></a>
 Raise required compiler to Rust 1.71</li>
   <li>Additional commits viewable in <a 
href="https://github.com/dtolnay/proc-macro2/compare/1.0.106...1.0.107";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `quote` from 1.0.46 to 1.0.47
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/dtolnay/quote/releases";>quote's releases</a>.</em></p>
   <blockquote>
   <h2>1.0.47</h2>
   <ul>
   <li>Documentation improvements</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/dtolnay/quote/commit/723dcb47d3f0ddc896e17287c8a8d3f2ea2317d5";><code>723dcb4</code></a>
 Release 1.0.47</li>
   <li><a 
href="https://github.com/dtolnay/quote/commit/86e2967ff7b8f91c1be824dcec4d8b438f1dd182";><code>86e2967</code></a>
 Update documentation links to syn 3</li>
   <li><a 
href="https://github.com/dtolnay/quote/commit/b56db874b8c53453a398aa1a671a27f9531de8f9";><code>b56db87</code></a>
 Update ui test suite to nightly-2026-07-14</li>
   <li><a 
href="https://github.com/dtolnay/quote/commit/cba5d96ac605a7c7d16b1455a891824035f68e90";><code>cba5d96</code></a>
 Update actions/upload-artifact@v6 -&gt; v7</li>
   <li>See full diff in <a 
href="https://github.com/dtolnay/quote/compare/1.0.46...1.0.47";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `syn` from 3.0.2 to 3.0.3
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/dtolnay/syn/releases";>syn's 
releases</a>.</em></p>
   <blockquote>
   <h2>3.0.3</h2>
   <ul>
   <li>Documentation improvements</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/dtolnay/syn/commit/23dbaab4b0c43f56cd803894054cf366661e53b0";><code>23dbaab</code></a>
 Release 3.0.3</li>
   <li><a 
href="https://github.com/dtolnay/syn/commit/16aad4e9df889973182b93ea4d2309e594ba9fa4";><code>16aad4e</code></a>
 Merge pull request <a 
href="https://redirect.github.com/dtolnay/syn/issues/2071";>#2071</a> from 
dtolnay/compatibility</li>
   <li><a 
href="https://github.com/dtolnay/syn/commit/42181b86c4c5dbf187069a500e28937873f39d8e";><code>42181b8</code></a>
 Add explanation of compatibility strategy</li>
   <li><a 
href="https://github.com/dtolnay/syn/commit/f3af08e3ab9764257faf14ff546cca148f7baaab";><code>f3af08e</code></a>
 Update test suite to nightly-2026-07-21</li>
   <li>See full diff in <a 
href="https://github.com/dtolnay/syn/compare/3.0.2...3.0.3";>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>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to