diff --git a/alacritty_terminal/Cargo.toml b/alacritty_terminal/Cargo.toml index 2c61e87a8fb..fca5c4f6acc 100644 --- a/alacritty_terminal/Cargo.toml +++ b/alacritty_terminal/Cargo.toml @@ -30,7 +30,7 @@ serde = { version = "1", features = ["derive", "rc"] } serde_yaml = "0.9.25" toml = "0.8.2" unicode-width = "0.1" -vte = { git = "https://github.com/zed-industries/vte", rev = "9b8bacf90f7414ced75c6323434b1c6dbae7608f", default-features = false, features = ["ansi", "serde"] } +vte = { git = "https://github.com/zed-industries/vte", rev = "a0815b09d2e505386170377108cc813aff64b159", default-features = false, features = ["ansi", "serde"] } [target.'cfg(unix)'.dependencies] rustix-openpty = "0.1.1"