From 27a415a04508a3e29c5ae6f350495aa81d33a87e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Apr 2022 08:31:29 +0000 Subject: [PATCH] Bump ctrlc from 3.1.8 to 3.2.2 Bumps [ctrlc](https://github.com/Detegr/rust-ctrlc) from 3.1.8 to 3.2.2. - [Release notes](https://github.com/Detegr/rust-ctrlc/releases) - [Commits](https://github.com/Detegr/rust-ctrlc/compare/3.1.8...3.2.2) --- updated-dependencies: - dependency-name: ctrlc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 15 +++++++-------- Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f5b2e27..8b507c2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -154,11 +154,11 @@ dependencies = [ [[package]] name = "ctrlc" -version = "3.1.8" +version = "3.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c15b8ec3b5755a188c141c1f6a98e76de31b936209bf066b647979e2a84764a9" +checksum = "b37feaa84e6861e00a1f5e5aa8da3ee56d605c9992d33e082786754828e20865" dependencies = [ - "nix 0.20.0", + "nix 0.24.1", "winapi", ] @@ -258,9 +258,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "libc" -version = "0.2.93" +version = "0.2.124" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9385f66bf6105b241aa65a61cb923ef20efc665cb9f9bb50ac2f0c4b7f378d41" +checksum = "21a41fed9d98f27ab1c6d161da622a4fa35e8a54a8adc24bbf3ddd0ef70b0e50" [[package]] name = "libloading" @@ -311,12 +311,11 @@ dependencies = [ [[package]] name = "nix" -version = "0.20.0" +version = "0.24.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa9b4819da1bc61c0ea48b63b7bc8604064dd43013e7cc325df098d49cd7c18a" +checksum = "8f17df307904acd05aa8e32e97bb20f2a0df1728bbc2d771ae8f9a90463441e9" dependencies = [ "bitflags", - "cc", "cfg-if 1.0.0", "libc", ] diff --git a/Cargo.toml b/Cargo.toml index 3758158..c4ce232 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ crossbeam-channel = "0.5.1" nix = "0.17.0" # see https://github.com/nix-rust/nix/pull/1422 bitflags = "1.2.1" crossbeam-utils = "0.8.3" -ctrlc = "3.1.8" +ctrlc = "3.2.2" lazy_static = "1.4.0" serde = { version = "1.0.125", features = ["derive"] } serde_json = "1.0.64"