summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2021-05-07 16:03:45 +0200
committerGitHub <noreply@github.com>2021-05-07 16:03:45 +0200
commit632a7a3209f16da1ff7330f8465106959e996d75 (patch)
tree9e7780cf0f2b66d97f1d968a56f4ef530f3b30ca /Cargo.toml
parent62991f138bfa35b739234fd89e252b16c9c1cc97 (diff)
fix(compatibility): upgrade vte to support csi subparameters (#469)
* fix(compatibility): upgrade vte to support csi subparameters * style(fmt): rustfmt and clippy
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"