From 14cd5d757e54ee8ddcbe253232aca29a6c1ba236 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jun 2022 17:44:22 +0200 Subject: [PATCH] build: bump process_control from 3.4.0 to 3.5.0 (#4061) Bumps [process_control](https://github.com/dylni/process_control) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/dylni/process_control/releases) - [Commits](https://github.com/dylni/process_control/compare/3.4.0...3.5.0) --- updated-dependencies: - dependency-name: process_control dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 64 ++++++++++++++---------------------------------------- Cargo.toml | 2 +- 2 files changed, 17 insertions(+), 49 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 369746741..d466ce300 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1265,7 +1265,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "360bcc8316bf6363aa3954c3ccc4de8add167b087e0259190a043c9514f910fe" dependencies = [ "pathdiff", - "windows-sys 0.36.1", + "windows-sys", ] [[package]] @@ -1566,13 +1566,14 @@ dependencies = [ [[package]] name = "process_control" -version = "3.4.0" +version = "3.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2474cb354f8a653da59aa61266a4491febd45376217c36dd158ebcc91f25dffb" +checksum = "2de0029d2e6222dfa366facfcd75d09070e321ef4c621f92d20e45383f9a116b" dependencies = [ "crossbeam-channel", "libc", - "windows-sys 0.35.0", + "signal-hook 0.3.14", + "windows-sys", ] [[package]] @@ -1994,6 +1995,16 @@ dependencies = [ "signal-hook-registry", ] +[[package]] +name = "signal-hook" +version = "0.3.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a253b5e89e2698464fc26b545c9edceb338e18a89effeeecfea192c3025be29d" +dependencies = [ + "libc", + "signal-hook-registry", +] + [[package]] name = "signal-hook-registry" version = "1.4.0" @@ -2256,7 +2267,7 @@ dependencies = [ "regex", "semver 0.11.0", "sha2", - "signal-hook", + "signal-hook 0.1.17", "terminfo", "termios", "thiserror", @@ -2575,19 +2586,6 @@ dependencies = [ "windows_x86_64_msvc 0.37.0", ] -[[package]] -name = "windows-sys" -version = "0.35.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c700bb45cfcbdb738ce92c41fc13e512514d4eaf6a99e8c87e2260a227175c16" -dependencies = [ - "windows_aarch64_msvc 0.35.0", - "windows_i686_gnu 0.35.0", - "windows_i686_msvc 0.35.0", - "windows_x86_64_gnu 0.35.0", - "windows_x86_64_msvc 0.35.0", -] - [[package]] name = "windows-sys" version = "0.36.1" @@ -2601,12 +2599,6 @@ dependencies = [ "windows_x86_64_msvc 0.36.1", ] -[[package]] -name = "windows_aarch64_msvc" -version = "0.35.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db3bc5134e8ce0da5d64dcec3529793f1d33aee5a51fc2b4662e0f881dd463e6" - [[package]] name = "windows_aarch64_msvc" version = "0.36.1" @@ -2625,12 +2617,6 @@ version = "0.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c0866510a3eca9aed73a077490bbbf03e5eaac4e1fd70849d89539e5830501fd" -[[package]] -name = "windows_i686_gnu" -version = "0.35.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0343a6f35bf43a07b009b8591b78b10ea03de86b06f48e28c96206cd0f453b50" - [[package]] name = "windows_i686_gnu" version = "0.36.1" @@ -2649,12 +2635,6 @@ version = "0.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bf0ffed56b7e9369a29078d2ab3aaeceea48eb58999d2cff3aa2494a275b95c6" -[[package]] -name = "windows_i686_msvc" -version = "0.35.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1acdcbf4ca63d8e7a501be86fee744347186275ec2754d129ddeab7a1e3a02e4" - [[package]] name = "windows_i686_msvc" version = "0.36.1" @@ -2673,12 +2653,6 @@ version = "0.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "384a173630588044205a2993b6864a2f56e5a8c1e7668c07b93ec18cf4888dc4" -[[package]] -name = "windows_x86_64_gnu" -version = "0.35.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "893c0924c5a990ec73cd2264d1c0cba1773a929e1a3f5dbccffd769f8c4edebb" - [[package]] name = "windows_x86_64_gnu" version = "0.36.1" @@ -2697,12 +2671,6 @@ version = "0.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9bd8f062d8ca5446358159d79a90be12c543b3a965c847c8f3eedf14b321d399" -[[package]] -name = "windows_x86_64_msvc" -version = "0.35.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a29bd61f32889c822c99a8fdf2e93378bd2fae4d7efd2693fab09fcaaf7eff4b" - [[package]] name = "windows_x86_64_msvc" version = "0.36.1" diff --git a/Cargo.toml b/Cargo.toml index 07a12a50b..333c28cda 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -80,7 +80,7 @@ versions = "4.1.0" which = "4.2.5" yaml-rust = "0.4.5" -process_control = { version = "3.4.0", features = ["crossbeam-channel"] } +process_control = { version = "3.5.0", features = ["crossbeam-channel"] } guess_host_triple = "0.1.3" home = "0.5.3"