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

   Bumps the all-other-cargo-deps group with 6 updates:
   
   | Package | From | To |
   | --- | --- | --- |
   | [ctor](https://github.com/mmastrac/linktime) | `1.0.10` | `1.0.11` |
   | [tokio-stream](https://github.com/tokio-rs/tokio) | `0.1.18` | `0.1.19` |
   | [libc](https://github.com/rust-lang/libc) | `0.2.188` | `0.2.189` |
   | [async-ffi](https://github.com/oxalica/async-ffi) | `0.5.0` | `0.5.1` |
   | [clap](https://github.com/clap-rs/clap) | `4.6.3` | `4.6.4` |
   | [aws-config](https://github.com/smithy-lang/smithy-rs) | `1.9.0` | 
`1.10.1` |
   
   Updates `ctor` from 1.0.10 to 1.0.11
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/mmastrac/linktime/releases";>ctor's 
releases</a>.</em></p>
   <blockquote>
   <h2>ctor-1.0.11</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Pointer-align the Apple ctor anchor by <a 
href="https://github.com/mmastrac";><code>@​mmastrac</code></a> in <a 
href="https://redirect.github.com/mmastrac/linktime/pull/503";>mmastrac/linktime#503</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/mmastrac/linktime/compare/ctor-1.0.10...ctor-1.0.11";>https://github.com/mmastrac/linktime/compare/ctor-1.0.10...ctor-1.0.11</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/mmastrac/linktime/commit/602b7038a6d38245942c0eb6c2707257f162366a";><code>602b703</code></a>
 Pointer-align the Apple ctor anchor (<a 
href="https://redirect.github.com/mmastrac/linktime/issues/503";>#503</a>)</li>
   <li>See full diff in <a 
href="https://github.com/mmastrac/linktime/compare/ctor-1.0.10...ctor-1.0.11";>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 `libc` from 0.2.188 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>
   </blockquote>
   </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>
   </blockquote>
   </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.188...0.2.189";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `async-ffi` from 0.5.0 to 0.5.1
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/oxalica/async-ffi/blob/master/CHANGELOG.md";>async-ffi's
 changelog</a>.</em></p>
   <blockquote>
   <h1>0.5.1</h1>
   <ul>
   <li>[minor] Bump MSRV to 1.71, due to syn 3 dependency of proc-macro.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/oxalica/async-ffi/commit/fbcef14a8111afd8326a7c06e65235cf5337e9eb";><code>fbcef14</code></a>
 Fix CI</li>
   <li><a 
href="https://github.com/oxalica/async-ffi/commit/58a69c02a84b87162a72b4fbdd46a7d8b96cd643";><code>58a69c0</code></a>
 Bump to 0.5.1</li>
   <li><a 
href="https://github.com/oxalica/async-ffi/commit/e47679d7536e49dc4c6bde76d564f8f2ba740478";><code>e47679d</code></a>
 Update to syn 3</li>
   <li><a 
href="https://github.com/oxalica/async-ffi/commit/df5078c543ba0300bf5404a61f7ed88f28b84ad2";><code>df5078c</code></a>
 Switch dtolnay/rust-toolchain in CI and fix components</li>
   <li><a 
href="https://github.com/oxalica/async-ffi/commit/df46ddcefe9b188336dbfa99509340ed7e718b7e";><code>df46ddc</code></a>
 Remove {PartialEq,Eq,Hash} impls on vtable</li>
   <li><a 
href="https://github.com/oxalica/async-ffi/commit/3fb29e6e4f4bc5b9ca770ba6a15a3209e351f20f";><code>3fb29e6</code></a>
 Disable pedantic clippy warnings in CI and fix warnings</li>
   <li><a 
href="https://github.com/oxalica/async-ffi/commit/d24768d2cca68c448ca71630a92c702e53f80167";><code>d24768d</code></a>
 Fix clippy warnings</li>
   <li><a 
href="https://github.com/oxalica/async-ffi/commit/b17ad687ccf4a818e40d5d1d87b0469357cfdcf9";><code>b17ad68</code></a>
 Use minimal dependency versions for MSRV check</li>
   <li><a 
href="https://github.com/oxalica/async-ffi/commit/9ca248a63e8b5e7ba8847708e7f26e38870bd11e";><code>9ca248a</code></a>
 Fix typo in docs (<a 
href="https://redirect.github.com/oxalica/async-ffi/issues/23";>#23</a>)</li>
   <li><a 
href="https://github.com/oxalica/async-ffi/commit/c40e0bfdaea3a33f10870c595fbb6b56336684cf";><code>c40e0bf</code></a>
 Use <code>FfiWakerBase</code> in RUST_WAKER_VTABLE (<a 
href="https://redirect.github.com/oxalica/async-ffi/issues/22";>#22</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/oxalica/async-ffi/compare/v0.5.0...v0.5.1";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `clap` from 4.6.3 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>
   </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>
   </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.3...clap_complete-v4.6.4";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `aws-config` from 1.9.0 to 1.10.1
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a 
href="https://github.com/smithy-lang/smithy-rs/commits";>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