Skip to content

Commit

Permalink
Bump crossterm to 0.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Destroy666x committed Oct 24, 2024
1 parent a0bbb20 commit c9a90f5
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 20 deletions.
39 changes: 20 additions & 19 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 @@ -22,7 +22,7 @@ clap_complete = "4.3"
version_check = "0.9.*"

[dependencies]
crossterm = { version = "0.27.0", features = ["serde"] }
crossterm = { version = "0.28.0", features = ["serde"] }
dirs = "5"
libc = "0.2.*"
human-sort = "0.2.2"
Expand Down

0 comments on commit c9a90f5

Please sign in to comment.