From 5c39a96e10ca604704dc89dc918b2997a3129f2c Mon Sep 17 00:00:00 2001 From: A-Walrus Date: Wed, 21 Aug 2024 19:20:05 +0300 Subject: [PATCH] Bump alacritty Fixes bug with IO crash --- Cargo.lock | 7 +++---- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 188ea7b..340c3c3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -128,9 +128,8 @@ dependencies = [ [[package]] name = "alacritty_terminal" -version = "0.23.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6d1ea4484c8676f295307a4892d478c70ac8da1dbd8c7c10830a504b7f1022f" +version = "0.24.1-dev" +source = "git+https://github.com/alacritty/alacritty?rev=cacdb5bb3b72bad2c729227537979d95af75978f#cacdb5bb3b72bad2c729227537979d95af75978f" dependencies = [ "base64 0.22.1", "bitflags 2.6.0", @@ -147,7 +146,7 @@ dependencies = [ "signal-hook", "unicode-width", "vte", - "windows-sys 0.48.0", + "windows-sys 0.52.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index ae7d5f7..ad03fdd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ rust-version = "1.71" vergen = { version = "8", features = ["git", "gitcl"] } [dependencies] -alacritty_terminal = "0.23" +alacritty_terminal = { git = "https://github.com/alacritty/alacritty", rev = "cacdb5bb3b72bad2c729227537979d95af75978f" } env_logger = "0.10" hex_color = { version = "3", features = ["serde"] } indexmap = "2"