From 894af0f5cfe9cf5beaffe00391c8cd5f53718167 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 15:01:02 +0000 Subject: [PATCH] chore(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 1e56567..702ef20 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -134,7 +134,7 @@ dependencies = [ "mio", "parking_lot", "rustix", - "signal-hook", + "signal-hook 0.3.18", "signal-hook-mio", "winapi", ] @@ -958,6 +958,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" @@ -966,7 +976,7 @@ checksum = "b75a19a7a740b25bc7944bdee6172368f988763b744e3d4dfe753f6b4ece40cc" dependencies = [ "libc", "mio", - "signal-hook", + "signal-hook 0.3.18", ] [[package]] @@ -1015,7 +1025,7 @@ dependencies = [ "rusqlite", "serde", "serde_json", - "signal-hook", + "signal-hook 0.4.4", "tempfile", "toml", ] diff --git a/Cargo.toml b/Cargo.toml index d117945..45310ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ ratatui = { version = "0.30", default-features = false, features = ["crossterm_0 rusqlite = { version = "0.38", features = ["bundled"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -signal-hook = "0.3" +signal-hook = "0.4" toml = "0.9" [dev-dependencies]