Skip to content

Commit 712243c

Browse files
chore(deps): bump crossterm from 0.28.1 to 0.29.0
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>
1 parent e66e6d8 commit 712243c

2 files changed

Lines changed: 49 additions & 6 deletions

File tree

Cargo.lock

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

httui-tui/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ httui-core = { path = "../httui-core" }
1919
ropey = "1"
2020
sqlx = { version = "0.8", features = ["sqlite", "runtime-tokio", "tls-rustls"] }
2121
ratatui = "0.29"
22-
crossterm = { version = "0.28", features = ["event-stream"] }
22+
crossterm = { version = "0.29", features = ["event-stream"] }
2323
tokio = { version = "1", features = ["full"] }
2424
tokio-util = "0.7"
2525
futures = "0.3"

0 commit comments

Comments
 (0)