summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-11-20 20:13:55 -0500
committerGitHub <noreply@github.com>2020-11-20 20:13:55 -0500
commit05c4d5e8d28810979b1b48ef57821bd340715fb0 (patch)
tree3fc9bdbef29645b5b1dbbd80052c8663d48df796 /Cargo.toml
parent676cdf9aa6253a45c60523d6a9021739edbdacf5 (diff)
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] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"