summaryrefslogtreecommitdiffstats
path: root/alacritty_terminal/Cargo.toml
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2020-01-31 00:00:23 +0000
committerGitHub <noreply@github.com>2020-01-31 00:00:23 +0000
commit2ef5e47b8e8591d9df5e3198daad9308b7851343 (patch)
tree5c1d4b9c6f7e88380c396e638666e3b58e25f2da /alacritty_terminal/Cargo.toml
parent7f4dce2ee04859fb0b48f15cf808b60065778703 (diff)
Mirror OSC query terminator
Fixes #3091.
Diffstat (limited to 'alacritty_terminal/Cargo.toml')
-rw-r--r--alacritty_terminal/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/alacritty_terminal/Cargo.toml b/alacritty_terminal/Cargo.toml
index 47510dff..a4d0b044 100644
--- a/alacritty_terminal/Cargo.toml
+++ b/alacritty_terminal/Cargo.toml
@@ -16,7 +16,7 @@ font = { path = "../font" }
parking_lot = "0.9"
serde = { version = "1", features = ["derive"] }
serde_yaml = "0.8"
-vte = { version = "0.5.0", default-features = false }
+vte = { version = "0.6.0", default-features = false }
mio = "0.6.20"
mio-extras = "2"
log = "0.4"