diff --git a/Cargo.toml b/Cargo.toml index 46b0c08..319282d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,6 +20,6 @@ name = "liner_test" path = "src/main.rs" [dependencies] -bytecount = "0.1" +bytecount = "0.3.1" termion = "1.4.0" unicode-width = "0.1.*"