aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2025-01-03 21:50:25 +0000
committerGitHub <noreply@github.com>2025-01-04 00:50:25 +0300
commit427d811cb02b5dda55252ab779a9aca5d0263b6e (patch)
treeb80f85b8e810d71c16f62227205a66bad1dbc913
parent8c8d1aad07b7d7a69b77cffb6818a178b9ba4ca5 (diff)
downloadalacritty-427d811cb02b5dda55252ab779a9aca5d0263b6e.tar.gz
alacritty-427d811cb02b5dda55252ab779a9aca5d0263b6e.zip
Bump VTE to 0.13.1
This updates the VTE crate to the latest version, bringing in a nice SGR performance boost. Co-authored-by: Kirill Chibisov <contact@kchibisov.com>
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 23325812..e93272f1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2045,9 +2045,9 @@ dependencies = [
[[package]]
name = "vte"
-version = "0.13.0"
+version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "40eb22ae96f050e0c0d6f7ce43feeae26c348fc4dea56928ca81537cfaa6188b"
+checksum = "9a0b683b20ef64071ff03745b14391751f6beab06a54347885459b77a3f2caa5"
dependencies = [
"bitflags 2.6.0",
"cursor-icon",