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] <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-07-12 20:59:29 -06:00
committed by GitHub
parent 33f5c17e46
commit 5c86766fb2
3 changed files with 4 additions and 4 deletions

View File

@ -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"