Go back to an alacritty release (#7474)

Conrad Irwin created

Release Notes:

- N/A

Change summary

Cargo.lock                 | 5 +++--
crates/terminal/Cargo.toml | 3 +--
2 files changed, 4 insertions(+), 4 deletions(-)

Detailed changes

Cargo.lock 🔗

@@ -103,8 +103,9 @@ dependencies = [
 
 [[package]]
 name = "alacritty_terminal"
-version = "0.20.1-dev"
-source = "git+https://github.com/alacritty/alacritty?rev=2d2b894c3b869fadc78fce9d72cb5c8d2b764cac#2d2b894c3b869fadc78fce9d72cb5c8d2b764cac"
+version = "0.22.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "cc7ceabf6fc76511f616ca216b51398a2511f19ba9f71bcbd977999edff1b0d1"
 dependencies = [
  "base64 0.21.4",
  "bitflags 2.4.1",

crates/terminal/Cargo.toml 🔗

@@ -11,8 +11,7 @@ doctest = false
 
 
 [dependencies]
-# needed for "a few weeks" until alacritty 0.13.2 is out
-alacritty_terminal = { git = "https://github.com/alacritty/alacritty", rev = "2d2b894c3b869fadc78fce9d72cb5c8d2b764cac" }
+alacritty_terminal = "0.22.0"
 anyhow.workspace = true
 db.workspace = true
 dirs = "4.0.0"