Skip to content

Commit

Permalink
⬆️ Update crossterm to 0.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and zeenix committed Aug 10, 2024
1 parent ecfb0a0 commit c5beb7e
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 7 deletions.
30 changes: 24 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ categories = ["development-tools"]

[dependencies]
clap = { version = "4.5.4", features = ["derive"] }
crossterm = { version = "0.27.0", features = ["use-dev-tty"] }
crossterm = { version = "0.28.0", features = ["use-dev-tty"] }
ratatui = "0.28.0"
regex = { version = "1.10.4", default-features = false, features = [
"std",
Expand Down

0 comments on commit c5beb7e

Please sign in to comment.