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