From 632a7a3209f16da1ff7330f8465106959e996d75 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Fri, 7 May 2021 16:03:45 +0200 Subject: fix(compatibility): upgrade vte to support csi subparameters (#469) * fix(compatibility): upgrade vte to support csi subparameters * style(fmt): rustfmt and clippy --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index df9b199d4..0e9136c81 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ termion = "1.5.0" termios = "0.3" unicode-truncate = "0.2.0" unicode-width = "0.1.8" -vte = "0.8.0" +vte = "0.10.1" strum = "0.20.0" lazy_static = "1.4.0" wasmer = "1.0.0" -- cgit v1.2.3