diff --git a/crates/rrr_tui/Cargo.toml b/crates/rrr_tui/Cargo.toml index 2c0b784..dd67062 100644 --- a/crates/rrr_tui/Cargo.toml +++ b/crates/rrr_tui/Cargo.toml @@ -21,4 +21,4 @@ rrr_record = { path = "../rrr_record" } rrr_render = { path = "../rrr_render" } rrr_window = { path = "../rrr_window" } tui = "0.19" -unicode-width = "0.1" +unicode-width = "0.2"