dependabot[bot] opened a new pull request, #4377:
URL: https://github.com/apache/arrow-rs/pull/4377

   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.0.0</h2>
   <h2>[7.0.0] - 2023-06-06</h2>
   <h3>Breaking</h3>
   <ul>
   <li>
   <p>The <code>Color</code> and <code>Attribute</code> enum are no longer 
re-exported from crossterm by default.
   Previously, when updating comfy-table, crossterm needed to be upgraded as 
well, since the compile would otherwise fail due to type incompatibilies.</p>
   <p>To fix this, these enums are now mirrored and internally mapped to their 
crossterm equivalents, which allows us to safely bump crossterm whenever a new 
version is released.
   This change will only affect you if your projects explicitly use crossterm 
and comfy-table at the same time <strong>and</strong> feed crossterm's native 
types into comfy-table.</p>
   <p>If one wants the old behavior for convenience reasons, this can be 
enabled via a feature flag.
   However, <strong>this is also a opt-in to potential breaking changes on 
minor/patch versions</strong>.</p>
   </li>
   <li>
   <p>Bump minimum version to v1.64</p>
   </li>
   </ul>
   <h3>Added</h3>
   <ul>
   <li><code>reexport_crossterm</code> feature flag to enable old crossterm 
re-export.</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.0.0] - 2023-06-06</h2>
   <h3>Breaking</h3>
   <ul>
   <li>
   <p>The <code>Color</code> and <code>Attribute</code> enum are no longer 
re-exported from crossterm by default.
   Previously, when updating comfy-table, crossterm needed to be upgraded as 
well, since the compile would otherwise fail due to type incompatibilies.</p>
   <p>To fix this, these enums are now mirrored and internally mapped to their 
crossterm equivalents, which allows us to safely bump crossterm whenever a new 
version is released.
   This change will only affect you if your projects explicitly use crossterm 
and comfy-table at the same time <strong>and</strong> feed crossterm's native 
types into comfy-table.</p>
   <p>If one wants the old behavior for convenience reasons, this can be 
enabled via a feature flag.
   However, <strong>this is also a opt-in to potential breaking changes on 
minor/patch versions</strong>.</p>
   </li>
   <li>
   <p>Bump minimum version to v1.64</p>
   </li>
   </ul>
   <h3>Added</h3>
   <ul>
   <li><code>reexport_crossterm</code> feature flag to enable old crossterm 
re-export.</li>
   </ul>
   <h2>[6.2.0] - 2023-05-26</h2>
   <h3>Added</h3>
   <ul>
   <li>Add support for custom ansi styling inside of cells. This feature is 
hidden behind the feature flag <code>custom_styling</code>. Implemented by <a 
href="https://github.com/blueforesticarus";>blueforesticarus</a> in <a 
href="https://redirect.github.com/Nukesor/comfy-table/pull/93";>#93</a>.</li>
   <li>Add helper functions <code>add_row[s]_if</code>, which filtering of rows 
by a predicate. Implemented by <a 
href="https://github.com/Techassi";>Techassi</a> in <a 
href="https://redirect.github.com/Nukesor/comfy-table/pull/106";>#106</a>.</li>
   </ul>
   <h3>Maintenance</h3>
   <ul>
   <li>Bump dependencies</li>
   </ul>
   <h2>[6.1.4] - 2022-12-31</h2>
   <h3>Added</h3>
   <ul>
   <li>New preset <code>ASCII_FULL_CONDENSED</code> <a 
href="https://redirect.github.com/Nukesor/comfy-table/pull/97";>#97</a></li>
   </ul>
   <h2>[6.1.3] - 2022-11-21</h2>
   <h3>Fixed</h3>
   <ul>
   <li>Disable unneded crossterm <code>bracketed-paste</code> feature.</li>
   </ul>
   <h2>[6.1.2] - 2022-10-27</h2>
   <h3>Fixed</h3>
   <ul>
   <li><code>Table::row_iter</code> no longer requires a <code>&amp;mut 
self</code>, but only <code>&amp;self</code>.</li>
   </ul>
   <h2>[6.1.1] - 2022-10-22</h2>
   <h3>Fixed</h3>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/Nukesor/comfy-table/commit/15ad292bf5d676075c7c4cb79ee593deb96af738";><code>15ad292</code></a>
 chore: Release comfy-table version 7.0.0</li>
   <li><a 
href="https://github.com/Nukesor/comfy-table/commit/167c25f28488aca2ab4adc2eac85ace65db78f47";><code>167c25f</code></a>
 Merge pull request <a 
href="https://redirect.github.com/nukesor/comfy-table/issues/110";>#110</a> from 
Nukesor/mirror_crossterm_types</li>
   <li><a 
href="https://github.com/Nukesor/comfy-table/commit/45cdce4904887e2ca32cc41fa0ed47bfe078b04f";><code>45cdce4</code></a>
 ci: Don't fail fast</li>
   <li><a 
href="https://github.com/Nukesor/comfy-table/commit/45abeefaf19693ecab80c9c78848cfae942c2e38";><code>45abeef</code></a>
 meta: Bump rust version to v1.64</li>
   <li><a 
href="https://github.com/Nukesor/comfy-table/commit/4e2e5fd8b110eb79e7428868bfa67d106ea1d334";><code>4e2e5fd</code></a>
 change: Don't re-export crossterm's types by default</li>
   <li><a 
href="https://github.com/Nukesor/comfy-table/commit/09339c56ad67084a9b65f176e4e678f25ad24f67";><code>09339c5</code></a>
 chore: Release comfy-table version 6.2.0</li>
   <li><a 
href="https://github.com/Nukesor/comfy-table/commit/da8f9b5645f4254c8ea39be84a4e56f8cce205bd";><code>da8f9b5</code></a>
 chore: Bump criterion</li>
   <li><a 
href="https://github.com/Nukesor/comfy-table/commit/9f053d203408fd3d69a65fea206d11e318016ddf";><code>9f053d2</code></a>
 change: Don't pin console to patch release</li>
   <li><a 
href="https://github.com/Nukesor/comfy-table/commit/03738b79ed5c2e0cbf28b69f1736597dbf83d8f6";><code>03738b7</code></a>
 docs: Changelog for v6.2.0</li>
   <li><a 
href="https://github.com/Nukesor/comfy-table/commit/1aa8ac4ebce8e14a9bf59b931f51588c07fc417d";><code>1aa8ac4</code></a>
 Merge pull request <a 
href="https://redirect.github.com/nukesor/comfy-table/issues/108";>#108</a> from 
Nukesor/in-cell-ansi-style</li>
   <li>Additional commits viewable in <a 
href="https://github.com/nukesor/comfy-table/compare/v6.0.0...v7.0.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 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to