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 22, 2024
1 parent 699c8db commit bee3bbf
Show file tree
Hide file tree
Showing 2 changed files with 121 additions and 53 deletions.
172 changes: 120 additions & 52 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.28.0"
anyhow = "1.0.86"
unicode-width = "0.1.13"
Expand Down

0 comments on commit bee3bbf

Please sign in to comment.