summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-11-19 15:24:48 +0000
committerGitHub <noreply@github.com>2023-11-19 15:24:48 +0000
commit1bbe135c457450de197ca6aac9867e1ca1b40695 (patch)
tree701664512b500605e3ad20fe2e86b3f1e8f9c341
parent49a99180fed618b62ba773e3aebd8968b044262d (diff)
Bump vte from 0.11.1 to 0.13.0dependabot/cargo/vte-0.13.0
Bumps [vte](https://github.com/alacritty/vte) from 0.11.1 to 0.13.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/commits/v0.13.0) --- updated-dependencies: - dependency-name: vte dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 6b47c5d1..43547dce 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1476,9 +1476,9 @@ checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
[[package]]
name = "vte"
-version = "0.11.1"
+version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f5022b5fbf9407086c180e9557be968742d839e68346af7792b8592489732197"
+checksum = "40eb22ae96f050e0c0d6f7ce43feeae26c348fc4dea56928ca81537cfaa6188b"
dependencies = [
"arrayvec",
"utf8parse",
diff --git a/Cargo.toml b/Cargo.toml
index 5aa04339..dea3cf1f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -41,7 +41,7 @@ smol_str = "0.1.24"
syntect = "5.0.0"
unicode-segmentation = "1.10.1"
unicode-width = "0.1.10"
-vte = "0.11.0"
+vte = "0.13.0"
xdg = "2.4.1"
clap_complete = "4.4.4"