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 Oct 21, 2024
1 parent 7afa5a9 commit 55a69c9
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 31 deletions.
104 changes: 74 additions & 30 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 55a69c9

Please sign in to comment.