Skip to content

Commit

Permalink
Update crossterm and crokey
Browse files Browse the repository at this point in the history
  • Loading branch information
mgunyho committed Sep 15, 2024
1 parent 477f348 commit 7a08231
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 13 deletions.
29 changes: 18 additions & 11 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ categories = ["command-line-utilities"]


[dependencies]
crossterm = "0.27.0"
crossterm = "0.28"
dirs = "5.0"
regex = "1.10"
serde_json = "1.0"
serde = { version = "1.0", features = ["rc"] }
textwrap = "0.16"
unicode-segmentation = "1.12"
crokey = "0.6"
crokey = "1.1"
strum_macros = "0.26"
strum = { version = "0.26", features = ["derive"] }

Expand Down

0 comments on commit 7a08231

Please sign in to comment.