From 3a92d03b3c47926b0eeaac8f301833b23d68a6ec Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 9 Mar 2021 02:06:33 -0500 Subject: simplify --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 4ef7ca5..0ce270f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" itoa = "0.4" nix = "0.20" terminal_size = "0.1" -vt100 = "0.11" +vt100 = "0.12" blocking = { version = "1.0", optional = true } futures-lite = { version = "1.11", optional = true } -- cgit v1.2.3-54-g00ecf