From 3acb8cc8e9d23359ec7210619ac351d885ec89b4 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 5 Dec 2021 04:02:51 -0500 Subject: bump vt100 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fbe68a8..a37bd1e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ itoa = "0.4.8" nix = "0.23.0" terminal_size = "0.1.17" thiserror = "1.0.30" -vt100 = { path = "../vt100-rust", version = "0.13.0" } +vt100 = { path = "../vt100-rust", version = "0.13.1" } blocking = { version = "1.1.0", optional = true } futures-lite = { version = "1.12.0", optional = true } -- cgit v1.2.3-54-g00ecf