diff --git a/alacritty_terminal/Cargo.toml b/alacritty_terminal/Cargo.toml index a0bdac49a50..2c61e87a8fb 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 = { version = "0.12.0", default-features = false, features = ["ansi", "serde"] } +vte = { git = "https://github.com/zed-industries/vte", rev = "9b8bacf90f7414ced75c6323434b1c6dbae7608f", default-features = false, features = ["ansi", "serde"] } [target.'cfg(unix)'.dependencies] rustix-openpty = "0.1.1"