TUIのratatuiを0.30.0にした

This commit is contained in:
2026-04-12 06:57:07 +09:00
parent cdafd5d914
commit 47c59a416e
4 changed files with 884 additions and 211 deletions
+2 -1
View File
@@ -6,7 +6,8 @@ license.workspace = true
[dependencies]
protocol = { path = "../protocol" }
ratatui = "0.29"
ratatui = "0.30.0"
crossterm = "0.28"
tokio = { version = "1.49", features = ["rt-multi-thread", "macros", "net", "io-util", "sync", "time"] }
serde_json = "1.0"
tui-scrollview = "0.6.4"