Skip to content

Commit 061f7cb

Browse files
dependabot[bot]mxpv
authored andcommitted
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](vorner/signal-hook@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] <support@github.com>
1 parent 1879fec commit 061f7cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/shim/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ nix = { workspace = true, features = [
4242
"sched",
4343
] }
4444
oci-spec = { workspace = true, features = ["runtime"] }
45-
signal-hook = "0.3.18"
45+
signal-hook = "0.4.4"
4646
serde = { workspace = true, features = ["derive", "std"] }
4747
serde_json = { workspace = true, features = ["std"] }
4848
tempfile.workspace = true

0 commit comments

Comments
 (0)