dependabot[bot] opened a new pull request, #25598:
URL: https://github.com/apache/datafusion/pull/25598

   Bumps the all-other-cargo-deps group with 4 updates: 
[async-compression](https://github.com/Nullus157/async-compression), 
[crc32fast](https://github.com/srijs/rust-crc32fast), 
[clap](https://github.com/clap-rs/clap) and 
[syn](https://github.com/dtolnay/syn).
   
   Updates `async-compression` from 0.4.46 to 0.4.48
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/Nullus157/async-compression/releases";>async-compression's
 releases</a>.</em></p>
   <blockquote>
   <h2>async-compression-v0.4.48</h2>
   <h3>Fixed</h3>
   <ul>
   <li><em>(gzip)</em> reject invalid header before the full 10 bytes arrive 
(<a 
href="https://redirect.github.com/Nullus157/async-compression/pull/489";>#489</a>)</li>
   </ul>
   <h2>async-compression-v0.4.47</h2>
   <h3>Fixed</h3>
   <ul>
   <li><em>(zstd)</em> avoid no-progress errors while awaiting input (<a 
href="https://redirect.github.com/Nullus157/async-compression/pull/486";>#486</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/Nullus157/async-compression/commit/0541781edcf59d8836c9157105bbd5e818d1fb0d";><code>0541781</code></a>
 chore: release (<a 
href="https://redirect.github.com/Nullus157/async-compression/issues/490";>#490</a>)</li>
   <li><a 
href="https://github.com/Nullus157/async-compression/commit/7f2e753c301d50bfeea8a414879d4ce0af41807c";><code>7f2e753</code></a>
 fix(gzip): reject invalid header before the full 10 bytes arrive (<a 
href="https://redirect.github.com/Nullus157/async-compression/issues/489";>#489</a>)</li>
   <li><a 
href="https://github.com/Nullus157/async-compression/commit/d34d64e4762d69e394c255f16aea71ed6e08f439";><code>d34d64e</code></a>
 chore: release (<a 
href="https://redirect.github.com/Nullus157/async-compression/issues/487";>#487</a>)</li>
   <li><a 
href="https://github.com/Nullus157/async-compression/commit/2577ac7e3c0e44dd700cc47fc9e6aeaedf2c19d9";><code>2577ac7</code></a>
 fix(zstd): avoid no-progress errors while awaiting input (<a 
href="https://redirect.github.com/Nullus157/async-compression/issues/486";>#486</a>)</li>
   <li>See full diff in <a 
href="https://github.com/Nullus157/async-compression/compare/async-compression-v0.4.46...async-compression-v0.4.48";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `crc32fast` from 1.5.1 to 1.5.2
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/srijs/rust-crc32fast/commit/7eb0b8a2c9b246d27dc4cb5a53d3fc3b43a4bb83";><code>7eb0b8a</code></a>
 release 1.5.2</li>
   <li><a 
href="https://github.com/srijs/rust-crc32fast/commit/927270745b182e686b360ca6b87e71fce33632fb";><code>9272707</code></a>
 perf(baseline): fold whole 16-byte blocks in the tail (<a 
href="https://redirect.github.com/srijs/rust-crc32fast/issues/61";>#61</a>)</li>
   <li><a 
href="https://github.com/srijs/rust-crc32fast/commit/1e291e6cba1caf6d346d3d2a2f4d621ccf10f1cf";><code>1e291e6</code></a>
 ci: add riscv64gc-unknown-linux-gnu to cross-test matrix (<a 
href="https://redirect.github.com/srijs/rust-crc32fast/issues/59";>#59</a>)</li>
   <li><a 
href="https://github.com/srijs/rust-crc32fast/commit/9d028706a30a6ae50ba06f2d791965f2f21be67d";><code>9d02870</code></a>
 Update license links (<a 
href="https://redirect.github.com/srijs/rust-crc32fast/issues/58";>#58</a>)</li>
   <li>See full diff in <a 
href="https://github.com/srijs/rust-crc32fast/compare/v1.5.1...v1.5.2";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `clap` from 4.6.6 to 4.6.7
   <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.7</h2>
   <h2>[4.6.7] - 2026-09-14</h2>
   <h3>Features</h3>
   <ul>
   <li><em>(derive)</em> Add <code>#[command(defer = &lt;bool&gt;)]</code> 
attribute to opt-in to lazy initialisation of subcommands</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/clap-rs/clap/blob/main/CHANGELOG.md";>clap's 
changelog</a>.</em></p>
   <blockquote>
   <h2>[4.6.7] - 2026-09-14</h2>
   <h3>Features</h3>
   <ul>
   <li><em>(derive)</em> Add <code>#[command(defer = &lt;bool&gt;)]</code> 
attribute to opt-in to lazy initialisation of subcommands</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/clap-rs/clap/commit/d3e59a9ab214910b9dad02921b7ef42c6400de9b";><code>d3e59a9</code></a>
 chore: Release</li>
   <li><a 
href="https://github.com/clap-rs/clap/commit/d997f878c484e02b2935d32a7b67afe990e91227";><code>d997f87</code></a>
 docs: Update changelog</li>
   <li><a 
href="https://github.com/clap-rs/clap/commit/fb6058cc38cf6f4b07b8db89c850fc80e059e222";><code>fb6058c</code></a>
 Merge pull request <a 
href="https://redirect.github.com/clap-rs/clap/issues/6409";>#6409</a> from 
heaths/pwsh-support</li>
   <li><a 
href="https://github.com/clap-rs/clap/commit/2310870f7a9fe4c39f5bb5620261a06ac9aaa0b1";><code>2310870</code></a>
 test(complete): Add tests for completer_for_path</li>
   <li><a 
href="https://github.com/clap-rs/clap/commit/5967c17393a09f90112cdc5b2c20a1383f0bd8e4";><code>5967c17</code></a>
 refactor(complete): Move shell detection to Shells</li>
   <li><a 
href="https://github.com/clap-rs/clap/commit/594602bb29f374e49da5029df63e5c740c723ad0";><code>594602b</code></a>
 fix(complete): Detect pwsh for PowerShell</li>
   <li><a 
href="https://github.com/clap-rs/clap/commit/3a4f2d031b5110aaaac40f1cb1d6c0b8ff619df8";><code>3a4f2d0</code></a>
 Merge pull request <a 
href="https://redirect.github.com/clap-rs/clap/issues/6427";>#6427</a> from 
clap-rs/renovate/shlex-2.x</li>
   <li><a 
href="https://github.com/clap-rs/clap/commit/67ebaed4ac95a83d5d7cc22d64ee0fc162ae1db3";><code>67ebaed</code></a>
 Merge pull request <a 
href="https://redirect.github.com/clap-rs/clap/issues/6426";>#6426</a> from 
clap-rs/renovate/actions-checkout-7.x</li>
   <li><a 
href="https://github.com/clap-rs/clap/commit/c968b136d0e6f560c08b06a844a20f2798a00096";><code>c968b13</code></a>
 chore(deps): Update Rust crate shlex to v2</li>
   <li><a 
href="https://github.com/clap-rs/clap/commit/8f247cbf58c582a755ee4dbe62a2390d93b9f8eb";><code>8f247cb</code></a>
 chore(deps): Update actions/checkout action to v7</li>
   <li>Additional commits viewable in <a 
href="https://github.com/clap-rs/clap/compare/clap_complete-v4.6.6...clap_complete-v4.6.7";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `syn` from 3.0.5 to 3.0.6
   <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.6</h2>
   <ul>
   <li>Fix parsing interpolated lifetime at statement start (<a 
href="https://redirect.github.com/dtolnay/syn/issues/2082";>#2082</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/dtolnay/syn/commit/559cab55ef0c644f77660840edc3620d0d99d3d7";><code>559cab5</code></a>
 Release 3.0.6</li>
   <li><a 
href="https://github.com/dtolnay/syn/commit/9088cad8189331ba78971cfe406dc645a4288d60";><code>9088cad</code></a>
 Merge pull request <a 
href="https://redirect.github.com/dtolnay/syn/issues/2082";>#2082</a> from 
dtolnay/lifetimevar</li>
   <li><a 
href="https://github.com/dtolnay/syn/commit/3eb43bb446ec3d6ce1ff862c945142c17e76b398";><code>3eb43bb</code></a>
 Fix parsing interpolated lifetime at statement start</li>
   <li><a 
href="https://github.com/dtolnay/syn/commit/7b2f6f9f5d818e90d259cafc55043d9e6044790b";><code>7b2f6f9</code></a>
 Add regression test for issue 2081</li>
   <li><a 
href="https://github.com/dtolnay/syn/commit/d55bcd2546a3a34923c46da569edd65b38b3788d";><code>d55bcd2</code></a>
 Update test suite to nightly-2026-09-13</li>
   <li><a 
href="https://github.com/dtolnay/syn/commit/8e37bca79cf016de10e5eb310e9b679cd3be4726";><code>8e37bca</code></a>
 Resolve non_kebab_case_bins warning</li>
   <li><a 
href="https://github.com/dtolnay/syn/commit/4dfd88f9fd9c2951b20c5c7ab1da5692a68fee34";><code>4dfd88f</code></a>
 Update test suite to nightly-2026-09-06</li>
   <li>See full diff in <a 
href="https://github.com/dtolnay/syn/compare/3.0.5...3.0.6";>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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to