dependabot[bot] opened a new pull request, #8249: URL: https://github.com/apache/arrow-rs/pull/8249
Updates the requirements on [comfy-table](https://github.com/nukesor/comfy-table) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nukesor/comfy-table/releases">comfy-table's releases</a>.</em></p> <blockquote> <h2>v7.2.0</h2> <h2>[7.2.0] - 2025-08-25</h2> <h3>Chore</h3> <ul> <li>Switch to Rust 2024 edition. This bumps the MSRV to <code>1.85</code> and thereby no longer supports the <a href="https://blog.rust-lang.org/2024/04/09/updates-to-rusts-wasi-targets.html"><code>wasm32-wasi</code> target</a>.</li> </ul> <h3>Fix</h3> <ul> <li>Also update the crossterm dependency to 0.29 for windows <a href="https://redirect.github.com/Nukesor/comfy-table/pull/181">!181</a>.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Nukesor/comfy-table/blob/main/CHANGELOG.md">comfy-table's changelog</a>.</em></p> <blockquote> <h2>[7.2.0] - 2025-08-25</h2> <h3>Chore</h3> <ul> <li>Switch to Rust 2024 edition. This bumps the MSRV to <code>1.85</code> and thereby no longer supports the <a href="https://blog.rust-lang.org/2024/04/09/updates-to-rusts-wasi-targets.html"><code>wasm32-wasi</code> target</a>.</li> </ul> <h3>Fix</h3> <ul> <li>Also update the crossterm dependency to 0.29 for windows <a href="https://redirect.github.com/Nukesor/comfy-table/pull/181">!181</a>.</li> </ul> <h2>[7.1.4] - 2025-02-07</h2> <h3>Fix</h3> <ul> <li>Handle UTF-8 graphemes when truncating cells. <a href="https://redirect.github.com/Nukesor/comfy-table/pull/167">#167</a></li> <li>Respect UTF-8 zero-width joiner and variation selection characters when splitting words. <a href="https://redirect.github.com/Nukesor/comfy-table/pull/168">#168</a> by <a href="https://github.com/tisonkun">tisonkun</a></li> </ul> <h3>Change</h3> <ul> <li>Remove strum dependency. <a href="https://redirect.github.com/Nukesor/comfy-table/pull/169">#169</a> by <a href="https://github.com/tisonkun">tisonkun</a></li> <li>Introduce the <code>unicode-segmentation</code> library in the scope of <a href="https://redirect.github.com/nukesor/comfy-table/issues/167">#167</a> and <a href="https://redirect.github.com/nukesor/comfy-table/issues/168">#168</a>.</li> <li>The new changes for correct UTF-8 handling have a performance hit of up to ~67%. However, this will most likely unnoticable for most people. The benchmark table with 10 columns and 500 rows slowed down from 15ms to 25ms. For "normal" tables, the performance hit is negligible.</li> </ul> <h2>Chore</h2> <ul> <li>Bump ansi-str</li> </ul> <h2>[7.1.3] - 2024-11-24</h2> <h3>Fix</h3> <ul> <li>Bump <code>crossterm</code> to <code>0.28</code> on Windows as well</li> </ul> <h2>[7.1.2] - 2024-11-24</h2> <h3>Chore</h3> <ul> <li>Bump <code>crossterm</code> to <code>0.28</code></li> <li>Bump <code>unicode-width</code> to <code>0.2</code></li> </ul> <h2>[7.1.1] - 2024-04-05</h2> <h2>Fix</h2> <ul> <li>Fix string width calculation with ANSI escape sequences by switching to the <code>ansi-str</code> crate. The previous implementation didn't respect OSC 8 hyperlink style ANSI sequences. Implemented by <a href="https://github.com/dsully">dsully</a> in <a href="https://redirect.github.com/Nukesor/comfy-table/pull/137">#137</a>.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Nukesor/comfy-table/commit/5962fbe3b9cfc6046bd5e2675af6a1c7145b1b15"><code>5962fbe</code></a> chore: Release comfy-table version 7.2.0</li> <li><a href="https://github.com/Nukesor/comfy-table/commit/3c6c77455ec862d13dd2ed3f28e105c89b91ee55"><code>3c6c774</code></a> docs: Update changelog</li> <li><a href="https://github.com/Nukesor/comfy-table/commit/1ec7ab2d0879dd87cade7097b141b047063505fb"><code>1ec7ab2</code></a> docs: Update changelog</li> <li><a href="https://github.com/Nukesor/comfy-table/commit/578f9718f657c6740a5c601933ea4d966a727a0d"><code>578f971</code></a> Merge pull request <a href="https://redirect.github.com/nukesor/comfy-table/issues/184">#184</a> from Nukesor/dependabot/cargo/rstest-0.26</li> <li><a href="https://github.com/Nukesor/comfy-table/commit/2b3dd18193fa62e2c4e01fd9897c15ac23034e23"><code>2b3dd18</code></a> build(deps): update rstest requirement from 0.25 to 0.26</li> <li><a href="https://github.com/Nukesor/comfy-table/commit/57db0d0905bce44e7f67c6ca1f7713808ad16a9a"><code>57db0d0</code></a> Merge pull request <a href="https://redirect.github.com/nukesor/comfy-table/issues/183">#183</a> from Nukesor/dependabot/cargo/criterion-0.7</li> <li><a href="https://github.com/Nukesor/comfy-table/commit/385fbb2d0ab2849689847070221da226aecf257e"><code>385fbb2</code></a> build(deps): update criterion requirement from 0.6 to 0.7</li> <li><a href="https://github.com/Nukesor/comfy-table/commit/fd4306333de5eede1b527ec961e9998a7b2cf290"><code>fd43063</code></a> fix: CI integration test feature flag</li> <li><a href="https://github.com/Nukesor/comfy-table/commit/69be88051074e9ad205c10285737b0d0f2ea2abb"><code>69be880</code></a> change: Hide internal feature flags</li> <li><a href="https://github.com/Nukesor/comfy-table/commit/f4f06da8df66b267f76bea9ffa5c7cbe10665909"><code>f4f06da</code></a> update: State of the project</li> <li>Additional commits viewable in <a href="https://github.com/nukesor/comfy-table/compare/v7.1.2...v7.2.0">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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org