From 05368ea6a7061fa5e88b01d3e2982cbfd202f15a Mon Sep 17 00:00:00 2001 From: Kirill Chibisov Date: Mon, 13 Jan 2025 02:32:42 +0300 Subject: Bump vte to 0.14.1 This fixes a crash with partial utf8 input and also speeds up parsing in some cases. --- alacritty_terminal/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'alacritty_terminal') diff --git a/alacritty_terminal/Cargo.toml b/alacritty_terminal/Cargo.toml index a5c8e1ae..73ffbc24 100644 --- a/alacritty_terminal/Cargo.toml +++ b/alacritty_terminal/Cargo.toml @@ -24,7 +24,7 @@ parking_lot = "0.12.0" polling = "3.0.0" regex-automata = "0.4.3" unicode-width = "0.1" -vte = { version = "0.14.0", default-features = false, features = ["ansi"] } +vte = { version = "0.14.1", default-features = false, features = ["ansi"] } serde = { version = "1", features = ["derive", "rc"], optional = true } [target.'cfg(unix)'.dependencies] -- cgit