Skip to content

Commit 982d663

Browse files
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](vorner/signal-hook@v0.3.0...v0.4.1) --- updated-dependencies: - dependency-name: signal-hook dependency-version: 0.4.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f86fbc4 commit 982d663

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testcontainers/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ serde = { version = "1", features = ["derive"] }
4040
serde-java-properties = { version = "0.2.0", optional = true }
4141
serde_json = "1"
4242
serde_with = "3.7.0"
43-
signal-hook = { version = "0.3", optional = true }
43+
signal-hook = { version = "0.4", optional = true }
4444
thiserror = "2.0.3"
4545
tokio = { version = "1", features = ["macros", "fs", "rt-multi-thread", "process"] }
4646
tokio-stream = "0.1.15"

0 commit comments

Comments
 (0)