Bump alacritty-terminal (#47372)

Release Notes:

- N/A *or* Added/Fixed/Improved ...
This commit is contained in:
Lukas Wirth 2026-01-22 13:09:01 +01:00 committed by GitHub
parent 73515d9ebd
commit e603173a5f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -508,9 +508,9 @@ dependencies = [
[[package]]
name = "alacritty_terminal"
version = "0.25.1-rc1"
version = "0.25.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3cb5f4f1ef69bdb8b2095ddd14b09dd74ee0303aae8bd5372667a54cff689a1b"
checksum = "46319972e74179d707445f64aaa2893bbf6a111de3a9af29b7eb382f8b39e282"
dependencies = [
"base64 0.22.1",
"bitflags 2.9.4",

View file

@ -453,7 +453,7 @@ ztracing_macro = { path = "crates/ztracing_macro" }
agent-client-protocol = { version = "=0.9.3", features = ["unstable"] }
aho-corasick = "1.1"
alacritty_terminal = "0.25.1-rc1"
alacritty_terminal = "0.25.1"
any_vec = "0.14"
anyhow = "1.0.86"
arrayvec = { version = "0.7.4", features = ["serde"] }