Skip to content

Commit 9b8c116

Browse files
build(deps): update crossterm requirement from 0.28 to 0.29 (#16)
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.28...0.29) --- updated-dependencies: - dependency-name: crossterm dependency-version: 0.29.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fe992b5 commit 9b8c116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ license = "MIT"
1313
doctest = false
1414

1515
[dependencies]
16-
crossterm = { version = "0.28", optional = true }
16+
crossterm = { version = "0.29", optional = true }
1717
termion = { version = "4.0", optional = true }
1818
pom = "3.4.0"
1919
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)