chore(deps): bump ratatui 0.27 (#9110)

This commit is contained in:
Matthias Seitz
2024-06-26 12:07:09 +02:00
committed by GitHub
parent 2a2eb0e0ed
commit 221035d73f
2 changed files with 6 additions and 5 deletions

View File

@ -91,9 +91,9 @@ proptest-arbitrary-interop.workspace = true
rand.workspace = true
# tui
comfy-table = "7.0"
comfy-table = "7.1"
crossterm = "0.27.0"
ratatui = { version = "0.26", default-features = false, features = [
ratatui = { version = "0.27", default-features = false, features = [
"crossterm",
] }
human_bytes = "0.4.1"