Skip to content

Commit

Permalink
Update process_control requirement from 4.1.0 to 5.0.0
Browse files Browse the repository at this point in the history
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](dylni/process_control@4.1.0...5.0.0)

---
updated-dependencies:
- dependency-name: process_control
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 3, 2025
1 parent 2791d2c commit 384a1fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ rand = "0.8.5"
ctrlc = { version = "3.4.1", features = ["termination"] }
bitfield-struct = "0.8.0"
tempfile = "3.10.1"
process_control = "4.1.0"
process_control = "5.0.0"
nix = { version = "0.27.1", features = ["signal"] }
procspawn = "1.0.0"
shadow-rs = "0.34.0"
Expand Down

0 comments on commit 384a1fc

Please sign in to comment.