Skip to content

Commit 421a7eb

Browse files
authored
chore(deps): bump ratatui from 0.26.2 to 0.26.3 (#434)
Bumps [ratatui](https://github.com/ratatui-org/ratatui) from 0.26.2 to 0.26.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ratatui-org/ratatui/releases">ratatui's releases</a>.</em></p> <blockquote> <h2>v0.26.3</h2> <!-- raw HTML omitted --> <h2><a href="https://github.com/ratatui-org/ratatui/releases/tag/v0.26.3">0.26.3</a> - 2024-05-19</h2> <p>We are happy to announce a brand new <a href="https://forum.ratatui.rs"><strong>Ratatui Forum</strong></a> 🐭 for Rust &amp; TUI enthusiasts.</p> <p>This is a patch release that fixes the unicode truncation bug, adds performance and quality of life improvements.</p> <p>✨ <strong>Release highlights</strong>: <a href="https://ratatui.rs/highlights/v0263/">https://ratatui.rs/highlights/v0263/</a></p> <h3>Features</h3> <ul> <li> <p><a href="https://github.com/ratatui-org/ratatui/commit/97ee102f179eed4f309d575495f0e4c8359b4f04">97ee102</a> <em>(buffer)</em> Track_caller for index_of by <a href="https://github.com/EdJoPaTo"><code>@​EdJoPaTo</code></a> in <a href="https://redirect.github.com/ratatui-org/ratatui/pull/1046">#1046</a> **</p> <pre lang="text"><code>The caller put in the wrong x/y -&gt; the caller is the cause. </code></pre> </li> <li> <p><a href="https://github.com/ratatui-org/ratatui/commit/bf0923473c5cb7f2cff24b010f0072b5ce2f8cf2">bf09234</a> <em>(table)</em> Make TableState::new const by <a href="https://github.com/EdJoPaTo"><code>@​EdJoPaTo</code></a> in <a href="https://redirect.github.com/ratatui-org/ratatui/pull/1040">#1040</a></p> </li> <li> <p><a href="https://github.com/ratatui-org/ratatui/commit/eb281df97482c2aab66875dc27a49a316a4d7fd7">eb281df</a> <em>(uncategorized)</em> Use inner Display implementation by <a href="https://github.com/EdJoPaTo"><code>@​EdJoPaTo</code></a> in <a href="https://redirect.github.com/ratatui-org/ratatui/pull/1097">#1097</a></p> </li> <li> <p><a href="https://github.com/ratatui-org/ratatui/commit/ec763af8512df731799c8f30c38c37252068a4c4">ec763af</a> <em>(uncategorized)</em> Make Stylize's <code>.bg(color)</code> generic by <a href="https://github.com/kdheepak"><code>@​kdheepak</code></a> in <a href="https://redirect.github.com/ratatui-org/ratatui/pull/1099">#1099</a></p> <pre lang="text"><code>This PR makes `.bg(color)` generic accepting anything that can be converted into `Color`; similar to the `.fg(color)` method on the same trait </code></pre> </li> <li> <p><a href="https://github.com/ratatui-org/ratatui/commit/4d1784f2de104b88e998216addaae96ab018f44f">4d1784f</a> <em>(uncategorized)</em> Re-export ParseColorError as style::ParseColorError by <a href="https://github.com/joshka"><code>@​joshka</code></a> in <a href="https://redirect.github.com/ratatui-org/ratatui/pull/1086">#1086</a></p> <p>Fixes:<a href="https://redirect.github.com/ratatui-org/ratatui/issues/1085">ratatui-org/ratatui#1085</a></p> </li> </ul> <h3>Bug Fixes</h3> <ul> <li> <p><a href="https://github.com/ratatui-org/ratatui/commit/366cbae09fb2bf5b5d7f489de1ff15f930569f05">366cbae</a> <em>(buffer)</em> Fix Debug panic and fix formatting of overridden parts by <a href="https://github.com/EdJoPaTo"><code>@​EdJoPaTo</code></a> in <a href="https://redirect.github.com/ratatui-org/ratatui/pull/1098">#1098</a></p> <pre lang="text"><code>Fix panic in `Debug for Buffer` when `width == 0`. Also corrects the output when symbols are overridden. </code></pre> </li> <li> <p><a href="https://github.com/ratatui-org/ratatui/commit/43927595012254b33a3901e0d2e5d28164ad04f0">4392759</a> <em>(examples)</em> Changed user_input example to work with multi-byte unicode chars by <a href="https://github.com/OkieOth"><code>@​OkieOth</code></a> in <a href="https://redirect.github.com/ratatui-org/ratatui/pull/1069">#1069</a></p> <pre lang="text"><code>This is the proposed solution for issue [#1068](ratatui/ratatui#1068). It solves the bug in the user_input example with multi-byte UTF-8 characters as input. </code></pre> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/ratatui-org/ratatui/blob/main/CHANGELOG.md">ratatui's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/ratatui-org/ratatui/releases/tag/v0.26.3">0.26.3</a> - 2024-05-19</h2> <p>We are happy to announce a brand new <a href="https://forum.ratatui.rs"><strong>Ratatui Forum</strong></a> 🐭 for Rust &amp; TUI enthusiasts.</p> <p>This is a patch release that fixes the unicode truncation bug, adds performance and quality of life improvements.</p> <p>✨ <strong>Release highlights</strong>: <a href="https://ratatui.rs/highlights/v0263/">https://ratatui.rs/highlights/v0263/</a></p> <h3>Features</h3> <ul> <li> <p><a href="https://github.com/ratatui-org/ratatui/commit/97ee102f179eed4f309d575495f0e4c8359b4f04">97ee102</a> <em>(buffer)</em> Track_caller for index_of by <a href="https://github.com/EdJoPaTo"><code>@​EdJoPaTo</code></a> in <a href="https://redirect.github.com/ratatui-org/ratatui/pull/1046">#1046</a> **</p> <pre lang="text"><code>The caller put in the wrong x/y -&gt; the caller is the cause. </code></pre> </li> <li> <p><a href="https://github.com/ratatui-org/ratatui/commit/bf0923473c5cb7f2cff24b010f0072b5ce2f8cf2">bf09234</a> <em>(table)</em> Make TableState::new const by <a href="https://github.com/EdJoPaTo"><code>@​EdJoPaTo</code></a> in <a href="https://redirect.github.com/ratatui-org/ratatui/pull/1040">#1040</a></p> </li> <li> <p><a href="https://github.com/ratatui-org/ratatui/commit/eb281df97482c2aab66875dc27a49a316a4d7fd7">eb281df</a> <em>(uncategorized)</em> Use inner Display implementation by <a href="https://github.com/EdJoPaTo"><code>@​EdJoPaTo</code></a> in <a href="https://redirect.github.com/ratatui-org/ratatui/pull/1097">#1097</a></p> </li> <li> <p><a href="https://github.com/ratatui-org/ratatui/commit/ec763af8512df731799c8f30c38c37252068a4c4">ec763af</a> <em>(uncategorized)</em> Make Stylize's <code>.bg(color)</code> generic by <a href="https://github.com/kdheepak"><code>@​kdheepak</code></a> in <a href="https://redirect.github.com/ratatui-org/ratatui/pull/1099">#1099</a></p> <pre lang="text"><code>This PR makes `.bg(color)` generic accepting anything that can be converted into `Color`; similar to the `.fg(color)` method on the same trait </code></pre> </li> <li> <p><a href="https://github.com/ratatui-org/ratatui/commit/4d1784f2de104b88e998216addaae96ab018f44f">4d1784f</a> <em>(uncategorized)</em> Re-export ParseColorError as style::ParseColorError by <a href="https://github.com/joshka"><code>@​joshka</code></a> in <a href="https://redirect.github.com/ratatui-org/ratatui/pull/1086">#1086</a></p> <p>Fixes:<a href="https://redirect.github.com/ratatui-org/ratatui/issues/1085">ratatui-org/ratatui#1085</a></p> </li> </ul> <h3>Bug Fixes</h3> <ul> <li> <p><a href="https://github.com/ratatui-org/ratatui/commit/366cbae09fb2bf5b5d7f489de1ff15f930569f05">366cbae</a> <em>(buffer)</em> Fix Debug panic and fix formatting of overridden parts by <a href="https://github.com/EdJoPaTo"><code>@​EdJoPaTo</code></a> in <a href="https://redirect.github.com/ratatui-org/ratatui/pull/1098">#1098</a></p> <pre lang="text"><code>Fix panic in `Debug for Buffer` when `width == 0`. Also corrects the output when symbols are overridden. </code></pre> </li> <li> <p><a href="https://github.com/ratatui-org/ratatui/commit/43927595012254b33a3901e0d2e5d28164ad04f0">4392759</a> <em>(examples)</em> Changed user_input example to work with multi-byte unicode chars by <a href="https://github.com/OkieOth"><code>@​OkieOth</code></a> in <a href="https://redirect.github.com/ratatui-org/ratatui/pull/1069">#1069</a></p> <pre lang="text"><code>This is the proposed solution for issue [#1068](ratatui/ratatui#1068). It solves the bug in the user_input example with multi-byte UTF-8 characters as input. </code></pre> <p>Fixes:<a href="https://redirect.github.com/ratatui-org/ratatui/issues/1068">#1068</a></p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ratatui-org/ratatui/commit/fadc73d62ef897e5065d041dcbac37bbb8d89698"><code>fadc73d</code></a> chore(release): prepare for 0.26.3 (<a href="https://redirect.github.com/ratatui-org/ratatui/issues/1118">#1118</a>)</li> <li><a href="https://github.com/ratatui-org/ratatui/commit/fcb5d589bbf71b1204302465d2754ec6ed810090"><code>fcb5d58</code></a> fix: make cargo test --doc work with unstable-widget-ref examples (<a href="https://redirect.github.com/ratatui-org/ratatui/issues/1117">#1117</a>)</li> <li><a href="https://github.com/ratatui-org/ratatui/commit/4955380932ab4d657be15dd6c65f48334795c785"><code>4955380</code></a> build: remove pre-push hooks (<a href="https://redirect.github.com/ratatui-org/ratatui/issues/1115">#1115</a>)</li> <li><a href="https://github.com/ratatui-org/ratatui/commit/828d17a3f5f449255d7981bb462bf48382c7cb2e"><code>828d17a</code></a> docs: add minimal example (<a href="https://redirect.github.com/ratatui-org/ratatui/issues/1114">#1114</a>)</li> <li><a href="https://github.com/ratatui-org/ratatui/commit/9bd89c218afb1f3999dce1bfe6edea5b7442966d"><code>9bd89c2</code></a> refactor(clippy): enable breaking lint checks (<a href="https://redirect.github.com/ratatui-org/ratatui/issues/988">#988</a>)</li> <li><a href="https://github.com/ratatui-org/ratatui/commit/2cfe82a47eb34baa25f474db7be364de7b95374a"><code>2cfe82a</code></a> refactor(buffer): deprecate assert_buffer_eq! in favor of assert_eq! (<a href="https://redirect.github.com/ratatui-org/ratatui/issues/1007">#1007</a>)</li> <li><a href="https://github.com/ratatui-org/ratatui/commit/1a4bb1cbb8dc98ab3c9ecfce225a591b0f7a36bc"><code>1a4bb1c</code></a> perf(layout): avoid allocating memory when using split ergonomic utils (<a href="https://redirect.github.com/ratatui-org/ratatui/issues/1105">#1105</a>)</li> <li><a href="https://github.com/ratatui-org/ratatui/commit/839cca20bf3f109352ea43f1119e13c879e04b95"><code>839cca2</code></a> docs(table): Fix typo in docs for highlight_symbol (<a href="https://redirect.github.com/ratatui-org/ratatui/issues/1108">#1108</a>)</li> <li><a href="https://github.com/ratatui-org/ratatui/commit/f945a0bcff644c1fa2ad3caaa87cf2b640beaf46"><code>f945a0b</code></a> docs(test): fix typo in TestBackend documentation (<a href="https://redirect.github.com/ratatui-org/ratatui/issues/1107">#1107</a>)</li> <li><a href="https://github.com/ratatui-org/ratatui/commit/eb281df97482c2aab66875dc27a49a316a4d7fd7"><code>eb281df</code></a> feat: use inner Display implementation (<a href="https://redirect.github.com/ratatui-org/ratatui/issues/1097">#1097</a>)</li> <li>Additional commits viewable in <a href="https://github.com/ratatui-org/ratatui/compare/v0.26.2...v0.26.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ratatui&package-manager=cargo&previous-version=0.26.2&new-version=0.26.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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>
2 parents 4c88a5c + e770b77 commit 421a7eb

File tree

2 files changed

+16
-12
lines changed

2 files changed

+16
-12
lines changed

Cargo.lock

Lines changed: 15 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ qrcode = "0.14.0"
4848
urlencoding = "2.1.3"
4949
base64 = "0.22.1"
5050
md-5 = "0.10.6"
51-
ratatui = { version = "0.26.2", features = ["all-widgets"] }
51+
ratatui = { version = "0.26.3", features = ["all-widgets"] }
5252
crossterm = "0.27.0"
5353
url = "2.5.0"
5454
color-eyre = "0.6.3"

0 commit comments

Comments
 (0)