From a04eb4f3d223a62fd6daa10a769418fd3abcbf07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 06:53:43 +0000 Subject: [PATCH] chore(deps): update signal-hook requirement from 0.3 to 0.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.0...v0.4.4) --- updated-dependencies: - dependency-name: signal-hook dependency-version: 0.4.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- testcontainers/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testcontainers/Cargo.toml b/testcontainers/Cargo.toml index 45ccfbbd..2b946893 100644 --- a/testcontainers/Cargo.toml +++ b/testcontainers/Cargo.toml @@ -41,7 +41,7 @@ serde = { version = "1", features = ["derive"] } serde-java-properties = { version = "0.2.0", optional = true } serde_json = "1" serde_with = "3.7.0" -signal-hook = { version = "0.3", optional = true } +signal-hook = { version = "0.4", optional = true } thiserror = "2.0.3" tokio = { version = "1", features = ["macros", "fs", "rt-multi-thread", "process"] } tokio-stream = "0.1.15"