Skip to content

Commit 0909a82

Browse files
cargo(deps): bump crossterm from 0.27.0 to 0.29.0
Bumps [crossterm](https://github.com/crossterm-rs/crossterm) from 0.27.0 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](crossterm-rs/crossterm@0.27.0...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] <[email protected]>
1 parent d9b1c26 commit 0909a82

File tree

2 files changed

+90
-5
lines changed

2 files changed

+90
-5
lines changed

Cargo.lock

Lines changed: 89 additions & 4 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
@@ -19,7 +19,7 @@ hex = "0.4.3" # For encoding/decoding master key if needed for storage/debug
1919

2020
# TUI Libraries
2121
ratatui = { version = "0.27.0", features = ["all-widgets", "crossterm"] }
22-
crossterm = "0.27.0"
22+
crossterm = "0.29.0"
2323
num_cpus = "1.16.0"
2424

2525
[dev-dependencies]

0 commit comments

Comments
 (0)