From ecbdf5fb3c3a782ee4a6fa0fd36f2b09e5b8ab8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 21:18:36 +0000 Subject: [PATCH] chore(deps): bump alacritty_terminal in the cargo group Bumps the cargo group with 1 update: [alacritty_terminal](https://github.com/alacritty/alacritty). Updates `alacritty_terminal` from 0.25.1 to 0.26.0 - [Release notes](https://github.com/alacritty/alacritty/releases) - [Changelog](https://github.com/alacritty/alacritty/blob/master/CHANGELOG.md) - [Commits](https://github.com/alacritty/alacritty/compare/alacritty_terminal_v0.25.1...alacritty_terminal_v0.26.0) --- updated-dependencies: - dependency-name: alacritty_terminal dependency-version: 0.26.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8cbf286..54a6bad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -42,9 +42,9 @@ dependencies = [ [[package]] name = "alacritty_terminal" -version = "0.25.1" +version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46319972e74179d707445f64aaa2893bbf6a111de3a9af29b7eb382f8b39e282" +checksum = "bda177466b9524d59f1b12f0dd30b68696788e9992a7e959021c4a0ed96fcf59" dependencies = [ "base64", "bitflags 2.11.0", @@ -2849,9 +2849,9 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" [[package]] name = "signal-hook" -version = "0.3.18" +version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2" +checksum = "b2a0c28ca5908dbdbcd52e6fdaa00358ab88637f8ab33e1f188dd510eb44b53d" dependencies = [ "libc", "signal-hook-registry",