From d080bef87f88ad942a791ae7c4e518048ef7c6e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 18:16:13 +0000 Subject: [PATCH] chore(deps): update signal-hook requirement from 0.3.17 to 0.4.1 Updates the requirements on [signal-hook](https://github.com/vorner/signal-hook) to permit the latest version. - [Changelog](https://github.com/vorner/signal-hook/blob/master/CHANGELOG.md) - [Commits](https://github.com/vorner/signal-hook/compare/v0.3.17...v0.4.1) --- updated-dependencies: - dependency-name: signal-hook dependency-version: 0.4.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f4f5fe7..3020a46 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,7 @@ ajj = { version = "0.4.1", features = ["axum", "ws", "ipc"] } axum = "0.8.1" eyre = "0.6.12" serial_test = "3.2.0" -signal-hook = "0.3.17" +signal-hook = "0.4.1" tokio = { version = "1.43.0", features = ["macros"] } [features]