bump crossterm and optimize various types, remove stale code.

This commit is contained in:
2026-05-31 01:34:18 -07:00
parent e0fe239bac
commit f89d2f376d
15 changed files with 1005 additions and 851 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ sysinfo = "0.37"
# CLI UI
ratatui = "0.30"
crossterm = "0.27"
crossterm = "0.29"
# web server (remote-agent)
axum = { version = "0.7", features = ["ws"] }