Skip to content

Commit fe90ade

Browse files
Update crossterm requirement from 0.25 to 0.26
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.25...0.26.1) --- updated-dependencies: - dependency-name: crossterm dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7bc6961 commit fe90ade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inquire/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ all-features = true
2929
rustdoc-args = ["--cfg", "docsrs"]
3030

3131
[dependencies]
32-
crossterm = { version = "0.25", optional = true }
32+
crossterm = { version = "0.26", optional = true }
3333
termion = { version = "2.0", optional = true }
3434
console = { version = "0.15", optional = true, features = ["windows-console-colors"] }
3535

0 commit comments

Comments
 (0)