Skip to content

Commit 904270e

Browse files
Update crossterm requirement from 0.27.0 to 0.28.0
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.28) --- updated-dependencies: - dependency-name: crossterm dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cde8a12 commit 904270e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tldextract-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ publish = false
1717
tldextract-rs = { path = "../tldextract-rs", version = "0.1.1", features = ["serde", "reqwest"] }
1818
serde_json = "1.0.108"
1919
argh = "0.1.12"
20-
crossterm = "0.27.0"
20+
crossterm = "0.28.0"

0 commit comments

Comments
 (0)