diff --git a/Cargo.toml b/Cargo.toml index 333bf5c..bb30983 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ rand = "0.8.5" ctrlc = { version = "3.4.1", features = ["termination"] } bitfield-struct = "0.10.0" tempfile = "3.10.1" -process_control = "4.1.0" +process_control = "5.0.0" nix = { version = "0.29.0", features = ["signal"] } procspawn = "1.0.0" shadow-rs = "0.37.0"