Bump alacritty to fix some file descriptor yuck (#12687)

https://github.com/alacritty/alacritty/pull/7996

Release Notes:

- Fixed a crash caused by bad file descriptor lifetime handling.
This commit is contained in:
Conrad Irwin 2024-06-05 09:12:05 -06:00 committed by GitHub
parent 6bbe9a2253
commit 868284876d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 5 deletions

View file

@ -14,7 +14,7 @@ doctest = false
[dependencies]
alacritty_terminal = "0.23"
alacritty_terminal = { git = "https://github.com/alacritty/alacritty", rev = "cacdb5bb3b72bad2c729227537979d95af75978f" }
anyhow.workspace = true
collections.workspace = true
dirs = "4.0.0"