summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-06-10 11:49:09 -0400
committerGitHub <noreply@github.com>2021-06-10 11:49:09 -0400
commitd3094065bba6e1ea4cffbdfb6de2bdb5157ca480 (patch)
tree8dbb838478426bedba3a9690cfbcfdf159b0bddf /Cargo.toml
parent484d37e0bd5b4bf290fccce0f462794c764a08ab (diff)
Bump vte from 0.10.0 to 0.10.1 (#562)
Bumps [vte](https://github.com/alacritty/vte) from 0.10.0 to 0.10.1. - [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.10.0...v0.10.1) 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 ee938750..33eef6f3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -31,7 +31,7 @@ shell-words = "1.0.0"
structopt = "0.3.21"
unicode-segmentation = "1.7.1"
unicode-width = "0.1.8"
-vte = "0.10.0"
+vte = "0.10.1"
xdg = "2.2.0"
[dependencies.git2]