From c06593b5c45dd6f883358b8fb485e4ea9e89d9a6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2020 15:48:02 +0100 Subject: [PATCH] Bump ctrlc from 3.1.3 to 3.1.4 (#30) Bumps [ctrlc](https://github.com/Detegr/rust-ctrlc) from 3.1.3 to 3.1.4. - [Release notes](https://github.com/Detegr/rust-ctrlc/releases) - [Commits](https://github.com/Detegr/rust-ctrlc/commits/3.1.4) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- bridges/relays/substrate/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridges/relays/substrate/Cargo.toml b/bridges/relays/substrate/Cargo.toml index ed9af042453df..5daa9104ba6f9 100644 --- a/bridges/relays/substrate/Cargo.toml +++ b/bridges/relays/substrate/Cargo.toml @@ -7,7 +7,7 @@ edition = "2018" [dependencies] async-std = "1.0.1" clap = "2.3.3" -ctrlc = "3.1.3" +ctrlc = "3.1.4" derive_more = "0.99.3" env_logger = "0.7.1" futures = "0.3.1"