From 05ce6832b737f0412a7d6e699ada6bfd66ffda7d Mon Sep 17 00:00:00 2001 From: Andre Bogus Date: Wed, 31 Jan 2018 02:32:48 +0100 Subject: [PATCH] update bytecount --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.*"