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:
parent
6bbe9a2253
commit
868284876d
2 changed files with 4 additions and 5 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue