Skip to content

Commit

Permalink
Bump crossterm to 0.28.1 (#817)
Browse files Browse the repository at this point in the history
  • Loading branch information
sholderbach authored Aug 21, 2024
1 parent 9b32c66 commit 020142f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 11 deletions.
27 changes: 17 additions & 10 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 @@ -21,7 +21,7 @@ chrono = { version = "0.4.19", default-features = false, features = [
"serde",
] }
crossbeam = { version = "0.8.2", optional = true }
crossterm = { version = "0.27.0", features = ["serde"] }
crossterm = { version = "0.28.1", features = ["serde"] }
fd-lock = "4.0.2"
itertools = "0.12.0"
nu-ansi-term = "0.50.0"
Expand Down

0 comments on commit 020142f

Please sign in to comment.