summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
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.lock
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.lock')
-rw-r--r--Cargo.lock6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f499d1b8b..4f7255dfa 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1871,9 +1871,9 @@ dependencies = [
[[package]]
name = "vte"
-version = "0.8.0"
+version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "96cc8a191608603611e78c6ec11dafef37e3cca0775aeef1931824753e81711d"
+checksum = "6cbce692ab4ca2f1f3047fcf732430249c0e971bfdd2b234cf2c47ad93af5983"
dependencies = [
"arrayvec",
"utf8parse 0.2.0",
@@ -2282,7 +2282,7 @@ dependencies = [
"termios",
"unicode-truncate",
"unicode-width",
- "vte 0.8.0",
+ "vte 0.10.1",
"wasmer",
"wasmer-wasi",
"zellij-tile",