From 8927ec8dafaaca3a14b55bb680b4f7f92fa1ed8b Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 7 Mar 2021 01:03:33 -0500 Subject: a bunch more improvements --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index e692a4a..544d2a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2018" [dependencies] itoa = "0.4" terminal_size = "0.1" -vt100 = "0.10" +vt100 = "0.11" blocking = { version = "1.0", optional = true } futures-lite = { version = "1.11", optional = true } -- cgit v1.2.3-54-g00ecf