diff --git a/Cargo.toml b/Cargo.toml index 65fd38eab..73b5771d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ path = "src/main.rs" name = "prettytable" [dependencies] -unicode-width = "0.1" +unicode-width = "0.2" term = "0.7" lazy_static = "1.4" is-terminal = "0.4"