Skip to content

Commit

Permalink
update ratatui
Browse files Browse the repository at this point in the history
  • Loading branch information
hatoo committed Jun 29, 2024
1 parent 35bf69f commit ca88bdf
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
20 changes: 15 additions & 5 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 @@ -44,7 +44,7 @@ serde = { version = "1.0.142", features = ["derive"] }
serde_json = "1.0"
thiserror = "1.0.59"
tokio = { version = "1.38.0", features = ["full"] }
ratatui = { version = "0.26.1", default-features = false, features = [
ratatui = { version = "0.27.0", default-features = false, features = [
"crossterm",
] }

Expand Down

0 comments on commit ca88bdf

Please sign in to comment.