From d6076664bc17871ed2350e37ed85b76bff8d434b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 06:34:20 +0000 Subject: [PATCH] build(deps): update signal-hook requirement from 0.3.18 to 0.4.4 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.18...v0.4.4) --- updated-dependencies: - dependency-name: signal-hook dependency-version: 0.4.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/shim/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/shim/Cargo.toml b/crates/shim/Cargo.toml index f63cf2d2..9babd7e4 100644 --- a/crates/shim/Cargo.toml +++ b/crates/shim/Cargo.toml @@ -42,7 +42,7 @@ nix = { workspace = true, features = [ "sched", ] } oci-spec = { workspace = true, features = ["runtime"] } -signal-hook = "0.3.18" +signal-hook = "0.4.4" serde = { workspace = true, features = ["derive", "std"] } serde_json = { workspace = true, features = ["std"] } tempfile.workspace = true