From 05c4d5e8d28810979b1b48ef57821bd340715fb0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 20 Nov 2020 20:13:55 -0500 Subject: Bump vte from 0.8.0 to 0.9.0 (#391) Bumps [vte](https://github.com/alacritty/vte) from 0.8.0 to 0.9.0. - [Release notes](https://github.com/alacritty/vte/releases) - [Changelog](https://github.com/alacritty/vte/blob/master/CHANGELOG.md) - [Commits](https://github.com/alacritty/vte/compare/v0.8.0...v0.9.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c254c1aa..acbe6b7d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1002,9 +1002,9 @@ checksum = "078775d0255232fb988e6fccf26ddc9d1ac274299aaedcedce21c6f72cc533ce" [[package]] name = "vte" -version = "0.8.0" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96cc8a191608603611e78c6ec11dafef37e3cca0775aeef1931824753e81711d" +checksum = "6e7745610024d50ab1ebfa41f8f8ee361c567f7ab51032f93cc1cc4cbf0c547a" dependencies = [ "arrayvec", "utf8parse", diff --git a/Cargo.toml b/Cargo.toml index 18438ce3..90eefc03 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ shell-words = "1.0.0" structopt = "0.3.20" unicode-segmentation = "1.6.0" unicode-width = "0.1.8" -vte = "0.8.0" +vte = "0.9.0" [dependencies.git2] version = "0.13.12" -- cgit v1.2.3