From 4a06291dcf7b95fc16c7852fae492b77783a2aa3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Mar 2026 23:33:38 +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 ++-- bux/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0ef7bc6..acdc2e8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2053,9 +2053,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/bux/Cargo.toml b/bux/Cargo.toml index 13350ec..e7e9d3d 100644 --- a/bux/Cargo.toml +++ b/bux/Cargo.toml @@ -28,7 +28,7 @@ bux-e2fs.workspace = true libc.workspace = true nix.workspace = true rusqlite.workspace = true -signal-hook = "0.3" +signal-hook = "0.4" tokio = { workspace = true, features = ["io-util", "net", "time", "sync"] } [lints]