From 007aed3535c3e0205166fffdf53aae511eb6507d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Apr 2021 01:04:59 +0000 Subject: [PATCH] Bump ctrlc from 3.1.8 to 3.1.9 Bumps [ctrlc](https://github.com/Detegr/rust-ctrlc) from 3.1.8 to 3.1.9. - [Release notes](https://github.com/Detegr/rust-ctrlc/releases) - [Commits](https://github.com/Detegr/rust-ctrlc/compare/3.1.8...3.1.9) Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- testsuite/diem-swarm/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a8b97ff26f5f..8951016a15d5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1297,9 +1297,9 @@ dependencies = [ [[package]] name = "ctrlc" -version = "3.1.8" +version = "3.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c15b8ec3b5755a188c141c1f6a98e76de31b936209bf066b647979e2a84764a9" +checksum = "232295399409a8b7ae41276757b5a1cc21032848d42bff2352261f958b3ca29a" dependencies = [ "nix 0.20.0", "winapi 0.3.9", diff --git a/testsuite/diem-swarm/Cargo.toml b/testsuite/diem-swarm/Cargo.toml index 0bd279c791cc..c3d9b0f90822 100644 --- a/testsuite/diem-swarm/Cargo.toml +++ b/testsuite/diem-swarm/Cargo.toml @@ -11,7 +11,7 @@ edition = "2018" [dependencies] anyhow = "1.0.38" -ctrlc = { version = "3.1.8", default-features = false } +ctrlc = { version = "3.1.9", default-features = false } reqwest = { version = "0.11.2", features = ["blocking"], default-features = false } structopt = "0.3.21" thiserror = "1.0.24"