From 8b1bf865082f2e0ebb764c9a26883f73e1d95be1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 12:50:31 +0000 Subject: [PATCH] build(deps): bump signal-hook from 0.3.18 to 0.4.4 Bumps [signal-hook](https://github.com/vorner/signal-hook) from 0.3.18 to 0.4.4. - [Changelog](https://github.com/vorner/signal-hook/blob/master/CHANGELOG.md) - [Commits](https://github.com/vorner/signal-hook/compare/v0.3.18...v0.4.4) --- updated-dependencies: - dependency-name: signal-hook dependency-version: 0.4.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 20 +++++++++++++++----- Cargo.toml | 2 +- 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7ea5b1d..dab2ab7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -246,7 +246,7 @@ dependencies = [ "mio", "parking_lot", "rustix", - "signal-hook", + "signal-hook 0.3.18", "signal-hook-mio", "winapi", ] @@ -797,7 +797,7 @@ dependencies = [ "ratatui", "serde", "serde_json", - "signal-hook", + "signal-hook 0.4.4", "termlens", ] @@ -1402,6 +1402,16 @@ dependencies = [ "signal-hook-registry", ] +[[package]] +name = "signal-hook" +version = "0.4.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b2a0c28ca5908dbdbcd52e6fdaa00358ab88637f8ab33e1f188dd510eb44b53d" +dependencies = [ + "libc", + "signal-hook-registry", +] + [[package]] name = "signal-hook-mio" version = "0.2.5" @@ -1410,7 +1420,7 @@ checksum = "b75a19a7a740b25bc7944bdee6172368f988763b744e3d4dfe753f6b4ece40cc" dependencies = [ "libc", "mio", - "signal-hook", + "signal-hook 0.3.18", ] [[package]] @@ -1535,7 +1545,7 @@ dependencies = [ "bitflags 2.13.1", "parking_lot", "rustix", - "signal-hook", + "signal-hook 0.3.18", "windows-sys", ] @@ -1605,7 +1615,7 @@ dependencies = [ "pest_derive", "phf", "sha2", - "signal-hook", + "signal-hook 0.3.18", "siphasher", "terminfo", "termios", diff --git a/Cargo.toml b/Cargo.toml index 73eea36..0e1e504 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ libc = "0.2" # `sigaction`. Unix-only by nature — Windows has no POSIX signals — and # already in the tree at this version, since crossterm pulls it through # ratatui for its event stream. -signal-hook = { version = "0.3", default-features = false, features = ["iterator"] } +signal-hook = { version = "0.4", default-features = false, features = ["iterator"] } [dev-dependencies] # The end-to-end suite: the real binary, in a real PTY, asserted on the rendered