Skip to content

Commit 1481aa7

Browse files
chore(deps): bump crossterm from 0.28.1 to 0.29.0 in /ecc2 (affaan-m#2210)
* chore(deps): bump crossterm from 0.28.1 to 0.29.0 in /ecc2 Bumps [crossterm](https://github.com/crossterm-rs/crossterm) from 0.28.1 to 0.29.0. - [Release notes](https://github.com/crossterm-rs/crossterm/releases) - [Changelog](https://github.com/crossterm-rs/crossterm/blob/master/CHANGELOG.md) - [Commits](https://github.com/crossterm-rs/crossterm/commits/0.29) --- updated-dependencies: - dependency-name: crossterm dependency-version: 0.29.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * fix(ecc2): switch ratatui feature to crossterm_0_29 Keep a single crossterm version in the tree after the 0.29 bump; with crossterm_0_28 the lockfile carried both 0.28.1 and 0.29.0. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Affaan Mustafa <me@affaanmustafa.com>
1 parent 6c39cde commit 1481aa7

2 files changed

Lines changed: 6 additions & 51 deletions

File tree

ecc2/Cargo.lock

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

ecc2/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ vendored-openssl = ["git2/vendored-openssl"]
1313

1414
[dependencies]
1515
# TUI
16-
ratatui = { version = "0.30", features = ["crossterm_0_28"] }
17-
crossterm = "0.28"
16+
ratatui = { version = "0.30", features = ["crossterm_0_29"] }
17+
crossterm = "0.29"
1818

1919
# Async runtime
2020
tokio = { version = "1", features = ["full"] }

0 commit comments

Comments
 (0)