diff --git a/Cargo.toml b/Cargo.toml index 65fd38eab..5fbb3e604 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ name = "prettytable" [dependencies] unicode-width = "0.1" -term = "0.7" +term = "1.0" lazy_static = "1.4" is-terminal = "0.4" encode_unicode = "1.0"