Skip to content

Commit 42e9646

Browse files
build(deps): update crossterm requirement from 0.27.0 to 0.28.1
Updates the requirements on [crossterm](https://github.com/crossterm-rs/crossterm) to permit the latest version. - [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.27.0) --- updated-dependencies: - dependency-name: crossterm dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e0e3027 commit 42e9646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ keywords = ["cli", "console", "ratatui", "terminal", "tui"]
1414
[workspace.dependencies]
1515
clap = { version = "4.5.8", features = ["derive"] }
1616
color-eyre = "0.6.3"
17-
crossterm = { version = "0.27.0" }
17+
crossterm = { version = "0.28.1" }
1818
derive_builder = "0.20.0"
1919
derive-getters = "0.4.0"
2020
derive_setters = "0.1.6"

0 commit comments

Comments
 (0)