diff options
author | Christian Duerr <contact@christianduerr.com> | 2025-01-03 21:50:25 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-04 00:50:25 +0300 |
commit | 427d811cb02b5dda55252ab779a9aca5d0263b6e (patch) | |
tree | b80f85b8e810d71c16f62227205a66bad1dbc913 | |
parent | 8c8d1aad07b7d7a69b77cffb6818a178b9ba4ca5 (diff) | |
download | alacritty-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.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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", |