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] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot]
2020-03-12 15:48:02 +01:00
committed by Bastian Köcher
parent 4b20a78dae
commit 24dc3beaf5
+1 -1
View File
@@ -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"