chore: bump ctrlc from 3.1.5 to 3.1.9 (#17998)

Bumps [ctrlc](https://github.com/Detegr/rust-ctrlc) from 3.1.5 to 3.1.9.
- [Release notes](https://github.com/Detegr/rust-ctrlc/releases)
- [Commits](https://github.com/Detegr/rust-ctrlc/compare/3.1.5...3.1.9)

---
updated-dependencies:
- dependency-name: ctrlc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-06-16 15:50:54 +00:00 committed by GitHub
parent eee5414c64
commit be51ad8264
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 23 deletions

27
Cargo.lock generated
View File

@ -995,11 +995,11 @@ dependencies = [
[[package]]
name = "ctrlc"
version = "3.1.5"
version = "3.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54dedab740bc412d514cfbc4a1d9d5d16fed02c4b14a7be129003c07fdc33b9b"
checksum = "232295399409a8b7ae41276757b5a1cc21032848d42bff2352261f958b3ca29a"
dependencies = [
"nix 0.17.0",
"nix",
"winapi 0.3.8",
]
@ -2602,19 +2602,6 @@ dependencies = [
"winapi 0.3.8",
]
[[package]]
name = "nix"
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50e4785f2c3b7589a0d0c1dd60285e1188adac4006e8abd6dd578e1567027363"
dependencies = [
"bitflags",
"cc",
"cfg-if 0.1.10",
"libc",
"void",
]
[[package]]
name = "nix"
version = "0.20.0"
@ -4850,7 +4837,7 @@ dependencies = [
"dirs-next",
"indicatif",
"lazy_static",
"nix 0.20.0",
"nix",
"reqwest",
"semver 1.0.3",
"serde",
@ -5105,7 +5092,7 @@ dependencies = [
"bincode",
"clap 2.33.3",
"log 0.4.11",
"nix 0.20.0",
"nix",
"rand 0.7.3",
"serde",
"serde_derive",
@ -5637,7 +5624,7 @@ version = "1.8.0"
dependencies = [
"libc",
"log 0.4.11",
"nix 0.20.0",
"nix",
"solana-logger 1.8.0",
"solana-measure",
"solana-metrics",
@ -5653,7 +5640,7 @@ dependencies = [
"clap 2.33.3",
"libc",
"log 0.4.11",
"nix 0.20.0",
"nix",
"solana-clap-utils",
"solana-logger 1.8.0",
"solana-version",

View File

@ -15,7 +15,7 @@ bs58 = "0.4.0"
chrono = { version = "0.4.11", features = ["serde"] }
clap = "2.33.1"
criterion-stats = "0.3.0"
ctrlc = { version = "3.1.5", features = ["termination"] }
ctrlc = { version = "3.1.9", features = ["termination"] }
console = "0.14.1"
dirs-next = "2.0.0"
log = "0.4.11"

View File

@ -16,7 +16,7 @@ bzip2 = "0.3.3"
chrono = { version = "0.4.11", features = ["serde"] }
clap = { version = "2.33.1" }
console = "0.14.1"
ctrlc = { version = "3.1.5", features = ["termination"] }
ctrlc = { version = "3.1.9", features = ["termination"] }
dirs-next = "2.0.0"
indicatif = "0.16.2"
lazy_static = "1.4.0"

View File

@ -14,7 +14,7 @@ chrono = { version = "0.4", features = ["serde"] }
clap = "2.33.0"
console = "0.14.1"
csv = "1.1.3"
ctrlc = { version = "3.1.5", features = ["termination"] }
ctrlc = { version = "3.1.9", features = ["termination"] }
dirs-next = "2.0.0"
indexmap = "1.6.2"
indicatif = "0.16.2"