From dbba3c9206f1e15b2b7a91066536efe57018831b Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 6 Mar 2021 22:39:39 -0500 Subject: bump vt100 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 769040d..e692a4a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2018" [dependencies] itoa = "0.4" terminal_size = "0.1" -vt100 = "0.9" +vt100 = "0.10" blocking = { version = "1.0", optional = true } futures-lite = { version = "1.11", optional = true } -- cgit v1.2.3-54-g00ecf