dependabot[bot] opened a new pull request, #23256: URL: https://github.com/apache/datafusion/pull/23256
Bumps the all-other-cargo-deps group with 5 updates: | Package | From | To | | --- | --- | --- | | [env_logger](https://github.com/rust-cli/env_logger) | `0.11.10` | `0.11.11` | | [liblzma](https://github.com/portable-network-archive/liblzma-rs) | `0.4.6` | `0.4.7` | | [uuid](https://github.com/uuid-rs/uuid) | `1.23.3` | `1.23.4` | | [indicatif](https://github.com/console-rs/indicatif) | `0.18.4` | `0.18.5` | | [rustyline](https://github.com/kkawakam/rustyline) | `18.0.0` | `18.0.1` | Updates `env_logger` from 0.11.10 to 0.11.11 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rust-cli/env_logger/releases">env_logger's releases</a>.</em></p> <blockquote> <h2>v0.11.11</h2> <h2>[0.11.11] - 2026-06-25</h2> <h3>Internal</h3> <ul> <li>Updated <code>env_filter</code></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md">env_logger's changelog</a>.</em></p> <blockquote> <h2>[0.11.11] - 2026-06-25</h2> <h3>Internal</h3> <ul> <li>Updated <code>env_filter</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-cli/env_logger/commit/b4d3f2b8dd3f1c3362f07da8f6f4a30c701358cf"><code>b4d3f2b</code></a> chore: Release</li> <li><a href="https://github.com/rust-cli/env_logger/commit/cc2b2efcd7454be82ca49f8ac165b3fbc3095ae3"><code>cc2b2ef</code></a> chore: Release</li> <li><a href="https://github.com/rust-cli/env_logger/commit/69e27d1e822d8f7e6b788bedffcb00575127553f"><code>69e27d1</code></a> docs: Update changelog</li> <li><a href="https://github.com/rust-cli/env_logger/commit/166880db07de228ab22dd32f06b408464e73ac79"><code>166880d</code></a> Merge pull request <a href="https://redirect.github.com/rust-cli/env_logger/issues/411">#411</a> from epage/parse</li> <li><a href="https://github.com/rust-cli/env_logger/commit/0a580d06e7ac42816e1a84e06fe6417d6973f8e6"><code>0a580d0</code></a> fix(filter): Remove 'parse' on no_std</li> <li><a href="https://github.com/rust-cli/env_logger/commit/78d8ef116efbf981e272ad41c0b380298e4b2060"><code>78d8ef1</code></a> Merge pull request <a href="https://redirect.github.com/rust-cli/env_logger/issues/404">#404</a> from cagatay-y/feature/filter-no_std</li> <li><a href="https://github.com/rust-cli/env_logger/commit/132fe86c8cb8e5df4fca7d71067a8d862a366b95"><code>132fe86</code></a> feat(filter): Add support for no_std environments</li> <li><a href="https://github.com/rust-cli/env_logger/commit/4feafa4c3c5baeec6d8646bb73a35246882a731d"><code>4feafa4</code></a> refactor(env_filter): Fix unreachable pub warning</li> <li><a href="https://github.com/rust-cli/env_logger/commit/92f8d8d08343c30e60b5f54455d7e16c810fcf11"><code>92f8d8d</code></a> Merge pull request <a href="https://redirect.github.com/rust-cli/env_logger/issues/410">#410</a> from rust-cli/renovate/crate-ci-typos-1.x</li> <li><a href="https://github.com/rust-cli/env_logger/commit/4e57784e0a878d9e6510d71ee4f63ec96b8fdcc8"><code>4e57784</code></a> chore(deps): Update pre-commit hook crate-ci/typos to v1.47.0</li> <li>Additional commits viewable in <a href="https://github.com/rust-cli/env_logger/compare/v0.11.10...v0.11.11">compare view</a></li> </ul> </details> <br /> Updates `liblzma` from 0.4.6 to 0.4.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/portable-network-archive/liblzma-rs/releases">liblzma's releases</a>.</em></p> <blockquote> <h2>liblzma-0.4.7</h2> <h2>What's Changed</h2> <ul> <li>:bug: Fix IGNORE_CHECK to map to LZMA_IGNORE_CHECK by <a href="https://github.com/ChanTsune"><code>@ChanTsune</code></a> in <a href="https://redirect.github.com/Portable-Network-Archive/liblzma-rs/pull/216">Portable-Network-Archive/liblzma-rs#216</a></li> <li>:bug: Fix AutoFinishXzEncoder::total_in returning total_out by <a href="https://github.com/ChanTsune"><code>@ChanTsune</code></a> in <a href="https://redirect.github.com/Portable-Network-Archive/liblzma-rs/pull/215">Portable-Network-Archive/liblzma-rs#215</a></li> <li>:bookmark: Bump liblzma version to 0.4.7 by <a href="https://github.com/ChanTsune"><code>@ChanTsune</code></a> in <a href="https://redirect.github.com/Portable-Network-Archive/liblzma-rs/pull/217">Portable-Network-Archive/liblzma-rs#217</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/Portable-Network-Archive/liblzma-rs/compare/liblzma-sys-0.4.7...liblzma-0.4.7">https://github.com/Portable-Network-Archive/liblzma-rs/compare/liblzma-sys-0.4.7...liblzma-0.4.7</a></p> <h2>liblzma-sys-0.4.7</h2> <h2>What's Changed</h2> <ul> <li>:construction_worker: Add Swatinem/rust-cache to CI test job by <a href="https://github.com/ChanTsune"><code>@ChanTsune</code></a> in <a href="https://redirect.github.com/Portable-Network-Archive/liblzma-rs/pull/209">Portable-Network-Archive/liblzma-rs#209</a></li> <li>:bug: Fix wasm shim allocation overflow by <a href="https://github.com/ChanTsune"><code>@ChanTsune</code></a> in <a href="https://redirect.github.com/Portable-Network-Archive/liblzma-rs/pull/211">Portable-Network-Archive/liblzma-rs#211</a></li> <li>:bookmark: Bump liblzma-sys version to 0.4.7 by <a href="https://github.com/ChanTsune"><code>@ChanTsune</code></a> in <a href="https://redirect.github.com/Portable-Network-Archive/liblzma-rs/pull/214">Portable-Network-Archive/liblzma-rs#214</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/Portable-Network-Archive/liblzma-rs/compare/liblzma-sys-0.4.6...liblzma-sys-0.4.7">https://github.com/Portable-Network-Archive/liblzma-rs/compare/liblzma-sys-0.4.6...liblzma-sys-0.4.7</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Portable-Network-Archive/liblzma-rs/commit/c79ec33c6efa50899cae6d490c876aeaf9c74eef"><code>c79ec33</code></a> :bookmark: Bump liblzma version to 0.4.7</li> <li><a href="https://github.com/Portable-Network-Archive/liblzma-rs/commit/ee80c428cfc03d78df1e9ff7157880a37ba67425"><code>ee80c42</code></a> :wrench: Group rand and getrandom Dependabot updates</li> <li><a href="https://github.com/Portable-Network-Archive/liblzma-rs/commit/db7f8e56c7b897c4609c6851de1940536d198c35"><code>db7f8e5</code></a> :bug: Fix AutoFinishXzEncoder::total_in returning total_out</li> <li><a href="https://github.com/Portable-Network-Archive/liblzma-rs/commit/3636a31516edfbd63546f60f95d8b894679ecfd8"><code>3636a31</code></a> :bug: Fix IGNORE_CHECK to map to LZMA_IGNORE_CHECK</li> <li><a href="https://github.com/Portable-Network-Archive/liblzma-rs/commit/4ebf3a9cd7265e8e295783c838d8d11040ac6e46"><code>4ebf3a9</code></a> :bookmark: Bump liblzma-sys version to 0.4.7</li> <li><a href="https://github.com/Portable-Network-Archive/liblzma-rs/commit/04ad251d1bb9d5f523888508906f888e409965ce"><code>04ad251</code></a> :bug: Fix wasm shim allocation overflow</li> <li><a href="https://github.com/Portable-Network-Archive/liblzma-rs/commit/c19a19b77003fdb9d3d42a32493445d56a8e835a"><code>c19a19b</code></a> :construction_worker: Add Swatinem/rust-cache to CI test job</li> <li><a href="https://github.com/Portable-Network-Archive/liblzma-rs/commit/073677cb3667b8651920dcff1b62b3f5ae7a6e9b"><code>073677c</code></a> :bookmark: Bump liblzma-sys version to 0.4.6</li> <li><a href="https://github.com/Portable-Network-Archive/liblzma-rs/commit/fc05355d7a1380766949bd4f93f9934f08e64c7d"><code>fc05355</code></a> :alien: Regenerate bindgen for xz 5.8.3</li> <li><a href="https://github.com/Portable-Network-Archive/liblzma-rs/commit/4a105a2fe9164bc9a29f05b4179124d56fca4c2b"><code>4a105a2</code></a> :arrow_up: Bump xz to 5.8.3</li> <li>See full diff in <a href="https://github.com/portable-network-archive/liblzma-rs/compare/liblzma-0.4.6...liblzma-0.4.7">compare view</a></li> </ul> </details> <br /> Updates `uuid` from 1.23.3 to 1.23.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/uuid-rs/uuid/releases">uuid's releases</a>.</em></p> <blockquote> <h2>v1.23.4</h2> <h2>What's Changed</h2> <ul> <li>Fix up name of fuzz script in readme by <a href="https://github.com/KodrAus"><code>@KodrAus</code></a> in <a href="https://redirect.github.com/uuid-rs/uuid/pull/888">uuid-rs/uuid#888</a></li> <li>document fixes by <a href="https://github.com/frostyplanet"><code>@frostyplanet</code></a> in <a href="https://redirect.github.com/uuid-rs/uuid/pull/889">uuid-rs/uuid#889</a></li> <li>Prepare for 1.23.4 release by <a href="https://github.com/KodrAus"><code>@KodrAus</code></a> in <a href="https://redirect.github.com/uuid-rs/uuid/pull/890">uuid-rs/uuid#890</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/frostyplanet"><code>@frostyplanet</code></a> made their first contribution in <a href="https://redirect.github.com/uuid-rs/uuid/pull/889">uuid-rs/uuid#889</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/uuid-rs/uuid/compare/v1.23.3...v1.23.4">https://github.com/uuid-rs/uuid/compare/v1.23.3...v1.23.4</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/uuid-rs/uuid/commit/3296d64a196e0303c486538cdf143080c681ae2e"><code>3296d64</code></a> Merge pull request <a href="https://redirect.github.com/uuid-rs/uuid/issues/890">#890</a> from uuid-rs/cargo/v1.23.4</li> <li><a href="https://github.com/uuid-rs/uuid/commit/cba53d0da2089109ea23fd964c8ffd21b0165a49"><code>cba53d0</code></a> prepare for 1.23.4 release</li> <li><a href="https://github.com/uuid-rs/uuid/commit/e347af48aab7f7dd6b58a6bb5b578d467660e327"><code>e347af4</code></a> Merge pull request <a href="https://redirect.github.com/uuid-rs/uuid/issues/889">#889</a> from frostyplanet/main</li> <li><a href="https://github.com/uuid-rs/uuid/commit/e9bf55c22216c27ff2283a6c427a7b13e025c75e"><code>e9bf55c</code></a> doc: Fix broken link warnings</li> <li><a href="https://github.com/uuid-rs/uuid/commit/5351af40a0bc3243a580c40d313f243d2435bad6"><code>5351af4</code></a> doc: Enable feature flag label for docs.rs</li> <li><a href="https://github.com/uuid-rs/uuid/commit/1e6a9669e30d53bae50fd52f16b7a1961fda236b"><code>1e6a966</code></a> Merge pull request <a href="https://redirect.github.com/uuid-rs/uuid/issues/888">#888</a> from uuid-rs/KodrAus-patch-1</li> <li><a href="https://github.com/uuid-rs/uuid/commit/c9619f639c0e2d5f932fa4e3588aed859f7dc5d0"><code>c9619f6</code></a> fix up name of fuzz script in readme</li> <li>See full diff in <a href="https://github.com/uuid-rs/uuid/compare/v1.23.3...v1.23.4">compare view</a></li> </ul> </details> <br /> Updates `indicatif` from 0.18.4 to 0.18.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/console-rs/indicatif/releases">indicatif's releases</a>.</em></p> <blockquote> <h2>0.18.5</h2> <h2>What's Changed</h2> <ul> <li>Upgrade to rand 0.10 by <a href="https://github.com/djc"><code>@djc</code></a> in <a href="https://redirect.github.com/console-rs/indicatif/pull/768">console-rs/indicatif#768</a></li> <li>multi: document common MultiProgress bugs + behavior (<a href="https://redirect.github.com/console-rs/indicatif/issues/595">#595</a>) by <a href="https://github.com/chris-laplante"><code>@chris-laplante</code></a> in <a href="https://redirect.github.com/console-rs/indicatif/pull/786">console-rs/indicatif#786</a></li> <li>Use <code>div_duration_f64</code> by <a href="https://github.com/ChrisDenton"><code>@ChrisDenton</code></a> in <a href="https://redirect.github.com/console-rs/indicatif/pull/792">console-rs/indicatif#792</a></li> <li>Clear the rest of line after drawing to the terminal by <a href="https://github.com/ChrisDenton"><code>@ChrisDenton</code></a> in <a href="https://redirect.github.com/console-rs/indicatif/pull/790">console-rs/indicatif#790</a></li> <li>Fix <code>ProgressDrawTarget.is_stderr()</code> for <code>MultiProgress</code> by <a href="https://github.com/kojiishi"><code>@kojiishi</code></a> in <a href="https://redirect.github.com/console-rs/indicatif/pull/803">console-rs/indicatif#803</a></li> <li>Fix height and filler when wrapped at the middle of wide characters by <a href="https://github.com/kojiishi"><code>@kojiishi</code></a> in <a href="https://redirect.github.com/console-rs/indicatif/pull/799">console-rs/indicatif#799</a></li> <li>fix: respect NO_COLOR and TERM=dumb environment variable by <a href="https://github.com/ValentinLeTallec"><code>@ValentinLeTallec</code></a> in <a href="https://redirect.github.com/console-rs/indicatif/pull/808">console-rs/indicatif#808</a></li> <li>Fix stray comma after minus sign in HumanFloatCount by <a href="https://github.com/sueun-dev"><code>@sueun-dev</code></a> in <a href="https://redirect.github.com/console-rs/indicatif/pull/815">console-rs/indicatif#815</a></li> <li>Fix HumanFloatCount dropping the fractional part by <a href="https://github.com/greymoth-jp"><code>@greymoth-jp</code></a> in <a href="https://redirect.github.com/console-rs/indicatif/pull/816">console-rs/indicatif#816</a></li> <li>style module cleanup by <a href="https://github.com/djc"><code>@djc</code></a> in <a href="https://redirect.github.com/console-rs/indicatif/pull/813">console-rs/indicatif#813</a></li> <li>Drop screenshots from MultiProgress documentation by <a href="https://github.com/djc"><code>@djc</code></a> in <a href="https://redirect.github.com/console-rs/indicatif/pull/817">console-rs/indicatif#817</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/console-rs/indicatif/commit/90156ec907ca812bfa42ae5f1d6f9ba4ea4c3d51"><code>90156ec</code></a> Drop screenshots from MultiProgress documentation</li> <li><a href="https://github.com/console-rs/indicatif/commit/4dbd0d57d061c680d51e455cbfe069d54360c05b"><code>4dbd0d5</code></a> Bump version to 0.18.5</li> <li><a href="https://github.com/console-rs/indicatif/commit/24973aa75168584fdf9fdba53a1dbca1479e7871"><code>24973aa</code></a> Take semver-compatible dependency versions</li> <li><a href="https://github.com/console-rs/indicatif/commit/a575ef7d41bc7655d13af5a565051a41e639c1f8"><code>a575ef7</code></a> style: inline Template::from_str_with_tab_width()</li> <li><a href="https://github.com/console-rs/indicatif/commit/0b94aa277ad392d80a3a0e70260a10d2fbfc2ad4"><code>0b94aa2</code></a> style: replace from_str() method with FromStr impl</li> <li><a href="https://github.com/console-rs/indicatif/commit/398ac69fc799d5e1a0c49c8e04cf369c8382b356"><code>398ac69</code></a> style: move helper functions to the bottom</li> <li><a href="https://github.com/console-rs/indicatif/commit/692705d66d35cfef8e926cc02be27491b383706c"><code>692705d</code></a> Fix HumanFloatCount dropping rounding at precision 0</li> <li><a href="https://github.com/console-rs/indicatif/commit/cbd070dd6eed853e583d0991544374322088fb59"><code>cbd070d</code></a> Fix stray comma after minus sign in HumanFloatCount</li> <li><a href="https://github.com/console-rs/indicatif/commit/1fb0b62c38e39ecd88d4a31768564c996f20f44a"><code>1fb0b62</code></a> Bump actions/checkout from 6 to 7</li> <li><a href="https://github.com/console-rs/indicatif/commit/cf53b697d42db5ff4e88b121aa5f50f94e3b64de"><code>cf53b69</code></a> Bump unicode-segmentation from 1.12.0 to 1.13.3</li> <li>Additional commits viewable in <a href="https://github.com/console-rs/indicatif/compare/0.18.4...0.18.5">compare view</a></li> </ul> </details> <br /> Updates `rustyline` from 18.0.0 to 18.0.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kkawakam/rustyline/releases">rustyline's releases</a>.</em></p> <blockquote> <h2>18.0.1</h2> <h2>What's Changed</h2> <ul> <li>Fix page_completions <a href="https://redirect.github.com/kkawakam/rustyline/issues/949">#949</a>, <a href="https://redirect.github.com/kkawakam/rustyline/issues/948">#948</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/kkawakam/rustyline/compare/v18.0.0...v18.0.1">https://github.com/kkawakam/rustyline/compare/v18.0.0...v18.0.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kkawakam/rustyline/commit/cc1aab036d62aff3dbdc681b08949076ec275030"><code>cc1aab0</code></a> Prepare 18.0.1 release</li> <li><a href="https://github.com/kkawakam/rustyline/commit/eb7ab827a26418e18d62d8dd1f4f907855c75216"><code>eb7ab82</code></a> Merge pull request <a href="https://redirect.github.com/kkawakam/rustyline/issues/949">#949</a> from gwenn/comp</li> <li>See full diff in <a href="https://github.com/kkawakam/rustyline/compare/v18.0.0...v18.0.1">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]
