Skip to content

Commit 486c1b8

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 34e6a4d commit 486c1b8

2 files changed

Lines changed: 17 additions & 52 deletions

File tree

Cargo.lock

Lines changed: 16 additions & 51 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
@@ -39,7 +39,7 @@ rayon = "1.11"
3939
termcolor = "1"
4040
chrono = { version = "0.4", features = ["serde"] }
4141
colored = "3"
42-
crossterm = "0.28" # Terminal raw mode for interactive input
42+
crossterm = "0.29" # Terminal raw mode for interactive input
4343
inquire = "0.7" # Interactive terminal prompts with autocomplete
4444
rustyline = "17" # Readline-style input with completions
4545
prettytable = "0.10"

0 commit comments

Comments
 (0)