Skip to content

Commit

Permalink
Update Rust crate ratatui to 0.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 6, 2024
1 parent 0387805 commit 221a659
Show file tree
Hide file tree
Showing 2 changed files with 107 additions and 30 deletions.
135 changes: 106 additions & 29 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 @@ keywords = ["database", "cli", "Rust", "tui", "terminal"]
categories = ["command-line-utilities"]

[dependencies]
ratatui = { version = "0.26.3", features = ["unstable-rendered-line-info"] }
ratatui = { version = "0.29.0", features = ["unstable-rendered-line-info"] }
crossterm = "0.27.0"
anyhow = "1.0.86"
unicode-width = "0.1.13"
Expand Down

0 comments on commit 221a659

Please sign in to comment.