From 7677f220ea5b252740612ad868c55c82fcea791b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 13:03:20 +0000 Subject: [PATCH] Bump signal-hook from 0.4.1 to 0.4.4 Bumps [signal-hook](https://github.com/vorner/signal-hook) from 0.4.1 to 0.4.4. - [Changelog](https://github.com/vorner/signal-hook/blob/master/CHANGELOG.md) - [Commits](https://github.com/vorner/signal-hook/compare/v0.4.1...v0.4.4) --- updated-dependencies: - dependency-name: signal-hook dependency-version: 0.4.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 24741bb..fd6eaf3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1532,9 +1532,9 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" [[package]] name = "signal-hook" -version = "0.4.1" +version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2a37d01603c37b5466f808de79f845c7116049b0579adb70a6b7d47c1fa3a952" +checksum = "b2a0c28ca5908dbdbcd52e6fdaa00358ab88637f8ab33e1f188dd510eb44b53d" dependencies = [ "libc", "signal-hook-registry", diff --git a/Cargo.toml b/Cargo.toml index 060d4f5..490349d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ shlex = "1.1.0" rustc-demangle = { version = "0.1", features = ["std"] } [target.'cfg(unix)'.dependencies] -signal-hook = "0.4.1" +signal-hook = "0.4.4" [target.'cfg(windows)'.dependencies] blondie = "0.5.2"