summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-01-27 11:51:11 -0500
committerGitHub <noreply@github.com>2021-01-27 11:51:11 -0500
commit0c5384be26d697766c25cae09cdd3f8140859454 (patch)
treeecb1abe823937cc626b985f90c3a39f20ca79dc0 /Cargo.toml
parent6175a2d163c729ab7af389ccc4a22959046da2b8 (diff)
Bump vte from 0.9.0 to 0.10.0 (#486)
* Bump vte from 0.9.0 to 0.10.0 Bumps [vte](https://github.com/alacritty/vte) from 0.9.0 to 0.10.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.9.0...v0.10.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Fix vte update Thanks @ignatenkobrain Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Dan Davison <dandavison7@gmail.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 f6c25f4c..74710379 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -30,7 +30,7 @@ shell-words = "1.0.0"
structopt = "0.3.21"
unicode-segmentation = "1.7.1"
unicode-width = "0.1.8"
-vte = "0.9.0"
+vte = "0.10.0"
[dependencies.git2]
version = "0.13.17"