diff options
author | Joe Wilm <joe@jwilm.com> | 2016-09-19 08:07:34 -0700 |
---|---|---|
committer | Joe Wilm <joe@jwilm.com> | 2016-09-19 08:07:34 -0700 |
commit | 969b9005f5d8b3fadc7719676057e45745ba6e05 (patch) | |
tree | 5ef0b2008299622d2154a05ad56339dbc8270eda /Cargo.lock | |
parent | d12b7336d0efa8fa9e0be5ecb65e3a360d0c9546 (diff) | |
download | alacritty-969b9005f5d8b3fadc7719676057e45745ba6e05.tar.gz alacritty-969b9005f5d8b3fadc7719676057e45745ba6e05.zip |
Update VTE for OSC string fix
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -14,7 +14,7 @@ dependencies = [ "serde 0.8.8 (registry+https://github.com/rust-lang/crates.io-index)", "serde_macros 0.8.8 (registry+https://github.com/rust-lang/crates.io-index)", "serde_yaml 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "vte 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "vte 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -788,7 +788,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "vte" -version = "0.1.1" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "utf8parse 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -988,7 +988,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" "checksum time 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)" = "3c7ec6d62a20df54e07ab3b78b9a3932972f4b7981de295563686849eb3989af" "checksum user32-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6717129de5ac253f5642fc78a51d0c7de6f9f53d617fc94e9bae7f6e71cf5504" "checksum utf8parse 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a15ea87f3194a3a454c78d79082b4f5e85f6956ddb6cb86bbfbe4892aa3c0323" -"checksum vte 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "889d519744c8d773708d246d046ad1c1f1c3e319d44aaeb941c56217afc94f0d" +"checksum vte 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "182acba7edb46d25ab5ddfc9f390b8c6cc1dcec7a4efc2798f0a8918f07d8c8a" "checksum walkdir 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "c66c0b9792f0a765345452775f3adbd28dde9d33f30d13e5dcc5ae17cf6f3780" "checksum wayland-client 0.5.12 (registry+https://github.com/rust-lang/crates.io-index)" = "ced3094c157b5cc0a08d40530e1a627d9f88b9a436971338d2646439128a559e" "checksum wayland-kbd 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "73bc10e84c1da90777beffecd24742baea17564ffc2a9918af41871c748eb050" |