From adeea4f280e90653cca144904527c1e9afaf394b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 21:22:53 +0000 Subject: [PATCH] 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 | 16 +++++++++++++--- Cargo.toml | 2 +- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c26ca61..7370f33 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -193,7 +193,7 @@ dependencies = [ "mio", "parking_lot", "rustix", - "signal-hook", + "signal-hook 0.3.18", "signal-hook-mio", "winapi", ] @@ -229,7 +229,7 @@ dependencies = [ "ropey", "serde", "serde_json", - "signal-hook", + "signal-hook 0.4.4", "syntect", "syntect-assets", "terminal-colorsaurus", @@ -1058,6 +1058,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" @@ -1066,7 +1076,7 @@ checksum = "b75a19a7a740b25bc7944bdee6172368f988763b744e3d4dfe753f6b4ece40cc" dependencies = [ "libc", "mio", - "signal-hook", + "signal-hook 0.3.18", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index e831660..d0a1f4c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,4 +37,4 @@ serde_json = "1.0" regex = "1" [target.'cfg(unix)'.dependencies] -signal-hook = "0.3" +signal-hook = "0.4"