Skip to content

Commit 4a9c5f3

Browse files
authored
Merge pull request #36 from LecrisUT/deps/ratatui
Bump ratatui dependency to 0.29
2 parents 5c36d06 + 21710bd commit 4a9c5f3

File tree

2 files changed

+18
-6
lines changed

2 files changed

+18
-6
lines changed

Cargo.lock

Lines changed: 17 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ edition = "2018"
1616
# Parsing CLI arguments
1717
clap = { version = "4", features = ["cargo"] }
1818
# TUI
19-
ratatui = "0.28.1"
19+
ratatui = "0.29"
2020
# Flexible error handling
2121
anyhow = "1.0.65"
2222
# For easier handling of conditional compilation

0 commit comments

Comments
 (0)