Skip to content

Commit

Permalink
Update crossterm dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkdp committed Oct 1, 2024
1 parent 22317f2 commit 45102e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ gnu_legacy = ["nu-ansi-term/gnu_legacy"]
[dependencies]
ansi_term = { version = "0.12", optional = true }
nu-ansi-term = { version = "0.50", optional = true }
crossterm = { version = "0.27", optional = true }
crossterm = { version = "0.28", optional = true }
owo-colors = { version = "4.0", optional = true }
aho-corasick = "1.1.3"

Expand Down

0 comments on commit 45102e2

Please sign in to comment.