Skip to content

Commit be30796

Browse files
authored
chore(deps): bump crossterm from 0.28.1 to 0.29.0 (#550)
Bumps [crossterm](https://github.com/crossterm-rs/crossterm) from 0.28.1 to 0.29.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/crossterm-rs/crossterm/releases">crossterm's releases</a>.</em></p> <blockquote> <h2>0.29</h2> <h1>Version 0.29</h1> <h2>Added ⭐</h2> <ul> <li>Copy to clipboard using OSC52 (<a href="https://redirect.github.com/crossterm-rs/crossterm/issues/974">#974</a>)</li> <li>Derive standard traits for &quot;SetCursorStyle&quot; (<a href="https://redirect.github.com/crossterm-rs/crossterm/issues/909">#909</a>)</li> <li>Add query_keyboard_enhancement_flags to read enabled flags (<a href="https://redirect.github.com/crossterm-rs/crossterm/issues/958">#958</a>)</li> <li>Add is_* and as_* methods to the event enums (<a href="https://redirect.github.com/crossterm-rs/crossterm/issues/949">#949</a>)</li> <li>Add a feature flag for derive_more impls (<a href="https://redirect.github.com/crossterm-rs/crossterm/issues/970">#970</a>)</li> <li>Update rustix to 1.0 (<a href="https://redirect.github.com/crossterm-rs/crossterm/issues/982">#982</a>)</li> <li>Upgrade various dependencies</li> </ul> <h2>Breaking ⚠️</h2> <ul> <li>Correctly fix KeyModifiers Display impl Properly adding + in between modifiers (<a href="https://redirect.github.com/crossterm-rs/crossterm/issues/979">#979</a>)</li> </ul> <p><a href="https://github.com/joshka"><code>@​joshka</code></a> <a href="https://github.com/linrongbin16"><code>@​linrongbin16</code></a> <a href="https://github.com/kmicklas"><code>@​kmicklas</code></a> <a href="https://github.com/maciek50322"><code>@​maciek50322</code></a> <a href="https://github.com/rosew0od"><code>@​rosew0od</code></a> <a href="https://github.com/sxyazi"><code>@​sxyazi</code></a> <a href="https://github.com/the-mikedavis"><code>@​the-mikedavis</code></a> <a href="https://github.com/hthuz"><code>@​hthuz</code></a> <a href="https://github.com/aschey"><code>@​aschey</code></a> <a href="https://github.com/naseschwarz"><code>@​naseschwarz</code></a> <a href="https://github.com/Flokkq"><code>@​Flokkq</code></a> <a href="https://github.com/gaesa"><code>@​gaesa</code></a> <a href="https://github.com/WindSoilder"><code>@​WindSoilder</code></a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/crossterm-rs/crossterm/blob/master/CHANGELOG.md">crossterm's changelog</a>.</em></p> <blockquote> <h1>Unreleased</h1> <h1>Version 0.29</h1> <h2>Added ⭐</h2> <ul> <li>Copy to clipboard using OSC52 (<a href="https://redirect.github.com/crossterm-rs/crossterm/issues/974">#974</a>)</li> <li>Derive standard traits for &quot;SetCursorStyle&quot; (<a href="https://redirect.github.com/crossterm-rs/crossterm/issues/909">#909</a>)</li> <li>Add query_keyboard_enhancement_flags to read enabled flags (<a href="https://redirect.github.com/crossterm-rs/crossterm/issues/958">#958</a>)</li> <li>Add is_* and as_* methods to the event enums (<a href="https://redirect.github.com/crossterm-rs/crossterm/issues/949">#949</a>)</li> <li>Add a feature flag for derive_more impls (<a href="https://redirect.github.com/crossterm-rs/crossterm/issues/970">#970</a>)</li> <li>Update rustix to 1.0 (<a href="https://redirect.github.com/crossterm-rs/crossterm/issues/982">#982</a>)</li> </ul> <h2>Breaking ⚠️</h2> <ul> <li>Correctly fix KeyModifiers Display impl Properly adding + in between modifiers (<a href="https://redirect.github.com/crossterm-rs/crossterm/issues/979">#979</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/crossterm-rs/crossterm/commits/0.29">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=crossterm&package-manager=cargo&previous-version=0.28.1&new-version=0.29.0)](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 2068cc9 + 9cb0c43 commit be30796

File tree

2 files changed

+97
-15
lines changed

2 files changed

+97
-15
lines changed

Cargo.lock

Lines changed: 96 additions & 14 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
@@ -49,7 +49,7 @@ urlencoding = "2.1.3"
4949
base64 = "0.22.1"
5050
md-5 = "0.10.6"
5151
ratatui = { version = "0.29.0", features = ["all-widgets"] }
52-
crossterm = "0.28.1"
52+
crossterm = "0.29.0"
5353
url = "2.5.4"
5454
color-eyre = "0.6.3"
5555
enum_dispatch = "0.3.13"

0 commit comments

Comments
 (0)