chore(deps): bump crossterm from 0.28.1 to 0.29.0 in /ecc2 (#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>
This commit is contained in:
dependabot[bot]
2026-06-11 01:32:02 -04:00
committed by GitHub
parent 6c39cdecd3
commit 1481aa707e
2 changed files with 6 additions and 51 deletions
+2 -2
View File
@@ -13,8 +13,8 @@ vendored-openssl = ["git2/vendored-openssl"]
[dependencies]
# TUI
ratatui = { version = "0.30", features = ["crossterm_0_28"] }
crossterm = "0.28"
ratatui = { version = "0.30", features = ["crossterm_0_29"] }
crossterm = "0.29"
# Async runtime
tokio = { version = "1", features = ["full"] }