aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-11-08 02:23:58 -0500
committerJesse Luehrs <doy@tozt.net>2019-11-12 06:59:23 -0500
commit69cd33e0f55ad0a7d9baf71121e22fc5c1879e88 (patch)
tree17670601b4762ec25949dfc0a2393e6003c690b5 /Cargo.lock
parent2fab7512c297cfadaef1b5d268654f5fde41e786 (diff)
downloadteleterm-69cd33e0f55ad0a7d9baf71121e22fc5c1879e88.tar.gz
teleterm-69cd33e0f55ad0a7d9baf71121e22fc5c1879e88.zip
put vt100 in the streaming pathvt100-stream
this isn't quite ideal yet because it means we lose all scrollback - maybe this is okay?
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock5
1 files changed, 3 insertions, 2 deletions
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",