From 8849c064bb729802761b0d56b7e76ea835d64506 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 06:37:11 +0000 Subject: [PATCH] Update process_control requirement from 4.1.0 to 5.0.0 Updates the requirements on [process_control](https://github.com/dylni/process_control) to permit the latest version. - [Release notes](https://github.com/dylni/process_control/releases) - [Commits](https://github.com/dylni/process_control/compare/4.1.0...5.0.0) --- updated-dependencies: - dependency-name: process_control dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"