From d26c44695dcab0a74fc0533fa12125066bcae0be Mon Sep 17 00:00:00 2001 From: lancebord Date: Sat, 7 Mar 2026 13:04:17 -0500 Subject: account for wrapping in scroll --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 8f4f54d..63a3616 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,8 +19,9 @@ futures = "0.3" thiserror = "1" tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter"] } -ratatui = "0.29" +ratatui = "0.30" crossterm = "0.28" +unicode-width = "0.2.2" [dev-dependencies] tokio-test = "0.4" -- cgit v1.2.3-59-g8ed1b