dependabot[bot] opened a new pull request, #25063: URL: https://github.com/apache/datafusion/pull/25063
Bumps the all-other-cargo-deps group with 6 updates: | Package | From | To | | --- | --- | --- | | [futures](https://github.com/rust-lang/futures-rs) | `0.3.32` | `0.3.34` | | [indexmap](https://github.com/indexmap-rs/indexmap) | `2.14.1` | `2.14.2` | | [async-compression](https://github.com/Nullus157/async-compression) | `0.4.43` | `0.4.44` | | [aws-config](https://github.com/smithy-lang/smithy-rs) | `1.11.0` | `1.12.0` | | [toml](https://github.com/toml-rs/toml) | `1.1.4+spec-1.1.0` | `1.1.5+spec-1.1.0` | | [syn](https://github.com/dtolnay/syn) | `3.0.4` | `3.0.5` | Updates `futures` from 0.3.32 to 0.3.34 <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.34</h2> <ul> <li>Preserve cloned waker identity. (<a href="https://redirect.github.com/rust-lang/futures-rs/issues/3032">#3032</a>)</li> <li>Updato <code>syn</code> to 3. (<a href="https://redirect.github.com/rust-lang/futures-rs/issues/3028">#3028</a>)</li> </ul> <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.34 - 2026-08-11</h1> <ul> <li>Preserve cloned waker identity. (<a href="https://redirect.github.com/rust-lang/futures-rs/issues/3032">#3032</a>)</li> <li>Updato <code>syn</code> to 3. (<a href="https://redirect.github.com/rust-lang/futures-rs/issues/3028">#3028</a>)</li> </ul> <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/705e6b5c0f06535b1aac1cb1989a172b3d45be8c"><code>705e6b5</code></a> Release 0.3.34</li> <li><a href="https://github.com/rust-lang/futures-rs/commit/616dac7bf944ff9876b7f8b77b37c6224cbbb506"><code>616dac7</code></a> compat: Inline RawWaker clone function</li> <li><a href="https://github.com/rust-lang/futures-rs/commit/41763693ee6400e2a7931530790af6e1746eb1c6"><code>4176369</code></a> Inline remaining RawWaker clone functions</li> <li><a href="https://github.com/rust-lang/futures-rs/commit/f17a8957d9a25a2dd3c95b43f1c6caa108df6bcc"><code>f17a895</code></a> Fix cloned FuturesUnordered waker identity</li> <li><a href="https://github.com/rust-lang/futures-rs/commit/51d62ada9bb8eab06339475e0f1b19cfa41fb2d7"><code>51d62ad</code></a> macro: bump <code>syn</code> to v3 (<a href="https://redirect.github.com/rust-lang/futures-rs/issues/3028">#3028</a>)</li> <li><a href="https://github.com/rust-lang/futures-rs/commit/9e26177cf01155d57917ee943246d0c97843deed"><code>9e26177</code></a> ci: Reduce timeout-minutes</li> <li><a href="https://github.com/rust-lang/futures-rs/commit/b2d098331763fca9b0665f80bb31a66e3112a2cf"><code>b2d0983</code></a> tsan: Enable Adaptive Delay</li> <li><a href="https://github.com/rust-lang/futures-rs/commit/f733d0ea9fed49263203ae0a7cb6beb5fe1a04c4"><code>f733d0e</code></a> Miri: Ignore compat tests</li> <li><a href="https://github.com/rust-lang/futures-rs/commit/e5def2f60c7eb1e8e6b76da540e148cc7638b115"><code>e5def2f</code></a> Rename default branch to main</li> <li><a href="https://github.com/rust-lang/futures-rs/commit/89cc254cb8bfcc78e6a31e7711d0757f97bcb531"><code>89cc254</code></a> Release 0.3.33</li> <li>Additional commits viewable in <a href="https://github.com/rust-lang/futures-rs/compare/0.3.32...0.3.34">compare view</a></li> </ul> </details> <br /> Updates `indexmap` from 2.14.1 to 2.14.2 <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.14.2 (2026-09-04)</h2> <ul> <li>Fix item hygiene in map and set macros. Previously, an internal <code>const CAP</code> could shadow the same name in the caller's namespace.</li> <li>Allow <code>const</code> initialization of empty <code>indexmap_with_default!</code> and <code>indexset_with_default!</code>. The hasher may also be omitted if it's inferrable.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/indexmap-rs/indexmap/commit/41a870887c4c77adf665886e63df08f406bfe37a"><code>41a8708</code></a> Merge pull request <a href="https://redirect.github.com/indexmap-rs/indexmap/issues/450">#450</a> from cuviper/macros</li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/0fb7b5c813c94dcb16f220d249e42a7b9e4ea44d"><code>0fb7b5c</code></a> Release 2.14.2</li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/55e6b28278f242b4d4190a14b6e86c09580dd75a"><code>55e6b28</code></a> Improve the empty macro cases</li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/c067355e1ca5ec39348f42dcee582d4f222c3295"><code>c067355</code></a> Fix item hygiene in user macros</li> <li>See full diff in <a href="https://github.com/indexmap-rs/indexmap/compare/2.14.1...2.14.2">compare view</a></li> </ul> </details> <br /> Updates `async-compression` from 0.4.43 to 0.4.44 <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.44</h2> <h3>Other</h3> <ul> <li>updated the following local packages: compression-core, compression-codecs</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Nullus157/async-compression/commit/a867d186019e1df2d29859be9478b77661ba3484"><code>a867d18</code></a> chore: release (<a href="https://redirect.github.com/Nullus157/async-compression/issues/478">#478</a>)</li> <li><a href="https://github.com/Nullus157/async-compression/commit/ee526f779c01200a4714743d1ac1b7f0cb511b24"><code>ee526f7</code></a> Fix safety contract on assume_init, use asserts (<a href="https://redirect.github.com/Nullus157/async-compression/issues/479">#479</a>)</li> <li><a href="https://github.com/Nullus157/async-compression/commit/1de4b45697f05daafdd0104a959faed5e1021c16"><code>1de4b45</code></a> Enforce WriteBuffer bounds checks in release builds (<a href="https://redirect.github.com/Nullus157/async-compression/issues/477">#477</a>)</li> <li><a href="https://github.com/Nullus157/async-compression/commit/3a711b04f31cad68cccf0d09d3115b38556fc0da"><code>3a711b0</code></a> ci: pin actions (<a href="https://redirect.github.com/Nullus157/async-compression/issues/473">#473</a>)</li> <li>See full diff in <a href="https://github.com/Nullus157/async-compression/compare/async-compression-v0.4.43...async-compression-v0.4.44">compare view</a></li> </ul> </details> <br /> Updates `aws-config` from 1.11.0 to 1.12.0 <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 /> Updates `toml` from 1.1.4+spec-1.1.0 to 1.1.5+spec-1.1.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/toml-rs/toml/commit/e93ed4e1dec245fb523aec2afd0a300da4207f4e"><code>e93ed4e</code></a> chore: Release</li> <li><a href="https://github.com/toml-rs/toml/commit/d23436d0ff5f0c898915537d667de60aa2cfa4f7"><code>d23436d</code></a> docs: Update changelog</li> <li><a href="https://github.com/toml-rs/toml/commit/151afcd426ba92c59dc945a7cace6a2a640f96de"><code>151afcd</code></a> fix(de): Ensure DeValue::make_owned includes DeInteger/DeFloat (<a href="https://redirect.github.com/toml-rs/toml/issues/1211">#1211</a>)</li> <li><a href="https://github.com/toml-rs/toml/commit/26a4050b3c4657732340d9397ce962a1c804df89"><code>26a4050</code></a> fix(de): Ensure DeValue::make_owned includes DeInteger/DeFloat</li> <li><a href="https://github.com/toml-rs/toml/commit/232f1369e90a7f6a5c26579547a2968e4d671390"><code>232f136</code></a> chore(deps): Update Prek to v0.5.1 (<a href="https://redirect.github.com/toml-rs/toml/issues/1209">#1209</a>)</li> <li><a href="https://github.com/toml-rs/toml/commit/9ee4b4eee39f3dec2cde66764f083e90f7e68560"><code>9ee4b4e</code></a> chore(deps): Update crate-ci/typos digest to 4d9c206 (<a href="https://redirect.github.com/toml-rs/toml/issues/1208">#1208</a>)</li> <li><a href="https://github.com/toml-rs/toml/commit/525f3526199f5645da72dab5b486a22b9e97760b"><code>525f352</code></a> chore(deps): Update crate-ci/committed digest to 800a04e (<a href="https://redirect.github.com/toml-rs/toml/issues/1207">#1207</a>)</li> <li><a href="https://github.com/toml-rs/toml/commit/46043ed3802572c5e593feecd85138def7149a68"><code>46043ed</code></a> chore(deps): Update crate-ci/typos digest to 4d9c206</li> <li><a href="https://github.com/toml-rs/toml/commit/c00e89465d15f78591059b3289bc52c8514114cb"><code>c00e894</code></a> chore(deps): Update crate-ci/committed digest to 800a04e</li> <li><a href="https://github.com/toml-rs/toml/commit/1ae0158713550d20119120b91b2307f0559dd857"><code>1ae0158</code></a> chore(deps): Update Prek to v0.5.0 (<a href="https://redirect.github.com/toml-rs/toml/issues/1205">#1205</a>)</li> <li>Additional commits viewable in <a href="https://github.com/toml-rs/toml/compare/toml-v1.1.4...toml-v1.1.5">compare view</a></li> </ul> </details> <br /> Updates `syn` from 3.0.4 to 3.0.5 <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.5</h2> <ul> <li>Report correct span for lex errors from <code>LitStr::parse_with</code> (<a href="https://redirect.github.com/dtolnay/syn/issues/2080">#2080</a>, thanks <a href="https://github.com/sunshowers"><code>@​sunshowers</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/syn/commit/e0ad92d68b588c964e82bb74c3bd3e1e99f97ceb"><code>e0ad92d</code></a> Release 3.0.5</li> <li><a href="https://github.com/dtolnay/syn/commit/74e7d75f263942576a25d5ed4bf11d0d1e80e698"><code>74e7d75</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/syn/issues/2080">#2080</a> from sunshowers/lit-str-span</li> <li><a href="https://github.com/dtolnay/syn/commit/4c264f3db3f0d567fb6a6ddfe1e129bbe5c2acbe"><code>4c264f3</code></a> In LitStr::parse_with, report correct span for lex errors</li> <li><a href="https://github.com/dtolnay/syn/commit/7e2b27bc9331ba59c8e3a25a8eba2f5c647317bc"><code>7e2b27b</code></a> Update test suite to nightly-2026-08-26</li> <li>See full diff in <a href="https://github.com/dtolnay/syn/compare/3.0.4...3.0.5">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]
