From ceb432bf48700e96199e34e73739e603b9506dfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Apr 2026 00:53:45 +0000 Subject: [PATCH] chore(deps): bump signal-hook from 0.3.18 to 0.4.3 Bumps [signal-hook](https://github.com/vorner/signal-hook) from 0.3.18 to 0.4.3. - [Changelog](https://github.com/vorner/signal-hook/blob/master/CHANGELOG.md) - [Commits](https://github.com/vorner/signal-hook/compare/v0.3.18...v0.4.3) --- updated-dependencies: - dependency-name: signal-hook dependency-version: 0.4.3 dependency-type: direct:production update-type: version-update:semver-minor ... 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 fb90d0f..e4a29b9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2269,9 +2269,9 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" [[package]] name = "signal-hook" -version = "0.3.18" +version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2" +checksum = "3b57709da74f9ff9f4a27dce9526eec25ca8407c45a7887243b031a58935fb8e" dependencies = [ "libc", "signal-hook-registry", diff --git a/Cargo.toml b/Cargo.toml index 525ecb0..8825df8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ thiserror = "2.0.18" clap = { version = "4.6.0", features = ["derive"] } getrandom = "0.2.16" libc = "0.2" -signal-hook = "0.3" +signal-hook = "0.4" [profile.release] codegen-units = 1