From 69cd33e0f55ad0a7d9baf71121e22fc5c1879e88 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 8 Nov 2019 02:23:58 -0500 Subject: put vt100 in the streaming path this isn't quite ideal yet because it means we lose all scrollback - maybe this is okay? --- Cargo.lock | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index e4e90b6..4e0a5d0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2202,11 +2202,12 @@ checksum = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd" [[package]] name = "vt100" -version = "0.4.0" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2ab82a1285c4c60896f9348fe8e2c6a70d0ff2a2fe3ed1078f6b76877e00c8c9" +checksum = "abb9a98f914eb5b9e603fe4432f39f53fdf1bfc0bf7bf3c0a49883594d8fa851" dependencies = [ "enumset", + "itoa", "log", "unicode-normalization", "unicode-width", -- cgit v1.2.3-54-g00ecf