summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2020-11-13 18:47:44 +0000
committerGitHub <noreply@github.com>2020-11-13 18:47:44 +0000
commitbfb1a571d19d2dba11b3a4376ccb10d9352abeb4 (patch)
treea11b9fa8abde49713549df4a0aa0055cd81bb9f8
parent9a7844987693909925b8663d8aa905231d291410 (diff)
downloadalacritty-bfb1a571d19d2dba11b3a4376ccb10d9352abeb4.tar.gz
alacritty-bfb1a571d19d2dba11b3a4376ccb10d9352abeb4.zip
Update vte to 0.9.0
-rw-r--r--Cargo.lock11
-rw-r--r--alacritty_terminal/Cargo.toml2
2 files changed, 8 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index db400c08..47514c24 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2143,7 +2143,8 @@ checksum = "14e39a4f106dafb0a748b951494667a44e62b55fd7942b4fc12706d63cc535a0"
[[package]]
name = "utf8parse"
version = "0.2.0"
-source = "git+https://github.com/alacritty/vte?rev=4f44023dab081f7da74fee14bc53b10ee8f96a1e#4f44023dab081f7da74fee14bc53b10ee8f96a1e"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "936e4b492acfd135421d8dca4b1aa80a7bfc26e702ef3af710e0752684df5372"
[[package]]
name = "vcpkg"
@@ -2185,8 +2186,9 @@ dependencies = [
[[package]]
name = "vte"
-version = "0.8.0"
-source = "git+https://github.com/alacritty/vte?rev=4f44023dab081f7da74fee14bc53b10ee8f96a1e#4f44023dab081f7da74fee14bc53b10ee8f96a1e"
+version = "0.9.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "6e7745610024d50ab1ebfa41f8f8ee361c567f7ab51032f93cc1cc4cbf0c547a"
dependencies = [
"utf8parse",
"vte_generate_state_changes",
@@ -2195,7 +2197,8 @@ dependencies = [
[[package]]
name = "vte_generate_state_changes"
version = "0.1.1"
-source = "git+https://github.com/alacritty/vte?rev=4f44023dab081f7da74fee14bc53b10ee8f96a1e#4f44023dab081f7da74fee14bc53b10ee8f96a1e"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "d257817081c7dffcdbab24b9e62d2def62e2ff7d00b1c20062551e6cccc145ff"
dependencies = [
"proc-macro2",
"quote",
diff --git a/alacritty_terminal/Cargo.toml b/alacritty_terminal/Cargo.toml
index 89da83bd..ab0a5b68 100644
--- a/alacritty_terminal/Cargo.toml
+++ b/alacritty_terminal/Cargo.toml
@@ -14,7 +14,7 @@ bitflags = "1"
parking_lot = "0.11.0"
serde = { version = "1", features = ["derive"] }
serde_yaml = "0.8"
-vte = { git = "https://github.com/alacritty/vte", rev = "4f44023dab081f7da74fee14bc53b10ee8f96a1e", default-features = false }
+vte = { version = "0.9.0", default-features = false }
mio = "0.6.20"
mio-extras = "2"
log = "0.4"