From 5c86766fb2d0b2f05dc54e206ffb8dd1622b8dba Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2020 20:59:29 -0600 Subject: [PATCH] Bump ctrlc from 3.1.4 to 3.1.5 (#11006) Bumps [ctrlc](https://github.com/Detegr/rust-ctrlc) from 3.1.4 to 3.1.5. - [Release notes](https://github.com/Detegr/rust-ctrlc/releases) - [Commits](https://github.com/Detegr/rust-ctrlc/compare/3.1.4...3.1.5) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- cli/Cargo.toml | 2 +- install/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f90e33d818..967ebba918 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -713,9 +713,9 @@ dependencies = [ [[package]] name = "ctrlc" -version = "3.1.4" +version = "3.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a4ba686dff9fa4c1c9636ce1010b0cf98ceb421361b0bb3d6faeec43bd217a7" +checksum = "54dedab740bc412d514cfbc4a1d9d5d16fed02c4b14a7be129003c07fdc33b9b" dependencies = [ "nix", "winapi 0.3.8", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index d3369d97fb..cf913fd9ee 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -14,7 +14,7 @@ bs58 = "0.3.1" chrono = { version = "0.4.11", features = ["serde"] } clap = "2.33.1" criterion-stats = "0.3.0" -ctrlc = { version = "3.1.4", features = ["termination"] } +ctrlc = { version = "3.1.5", features = ["termination"] } console = "0.11.3" dirs = "2.0.2" log = "0.4.8" diff --git a/install/Cargo.toml b/install/Cargo.toml index 2bd7423554..6195d49df2 100644 --- a/install/Cargo.toml +++ b/install/Cargo.toml @@ -15,7 +15,7 @@ bzip2 = "0.3.3" chrono = { version = "0.4.11", features = ["serde"] } clap = { version = "2.33.1" } console = "0.11.3" -ctrlc = { version = "3.1.4", features = ["termination"] } +ctrlc = { version = "3.1.5", features = ["termination"] } dirs = "2.0.2" indicatif = "0.15.0" lazy_static = "1.4.0"