diff --git a/client/Cargo.toml b/client/Cargo.toml index acb5699..640755a 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -11,7 +11,7 @@ tokio-tungstenite = { version = "0.21.0", features = [ ] } # Async WebSocket # Terminal output -ratatui = "0.25" +ratatui = "0.30" crossterm = { version = "0.29", features = ["event-stream"] } # Error handling