diff --git a/Cargo.toml b/Cargo.toml index 823a652..89e28b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,4 +18,4 @@ serde_json = "1.0" tokio = { version = "1.12.0", features = ["full"] } toml = "0.8" tui = { version = "0.14", default-features = false, features = ['crossterm', 'serde'] } -unicode-width = "0.1.8" +unicode-width = "0.2.0"