Bump alacritty to fix some panics (#7313)

Release Notes:

- Fixed some panics in the Terminal
([#6835](https://github.com/zed-industries/zed/issues/6835)).
This commit is contained in:
Conrad Irwin 2024-02-02 20:39:51 -07:00 committed by GitHub
parent fcbc220408
commit 583273b6ee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

View file

@ -364,7 +364,7 @@ impl TerminalBuilder {
pty,
pty_options.hold,
false,
);
)?;
//Kick things off
let pty_tx = event_loop.channel();