chore: bump ctrlc from 3.2.1 to 3.2.2 (#24648)

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

---
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] 2022-04-25 14:03:20 -06:00 committed by GitHub
parent e8def9c89c
commit 75a83e4b6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 24 deletions

29
Cargo.lock generated
View File

@ -997,11 +997,11 @@ dependencies = [
[[package]]
name = "ctrlc"
version = "3.2.1"
version = "3.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a19c6cedffdc8c03a3346d723eb20bd85a13362bb96dc2ac000842c6381ec7bf"
checksum = "b37feaa84e6861e00a1f5e5aa8da3ee56d605c9992d33e082786754828e20865"
dependencies = [
"nix 0.23.1",
"nix",
"winapi 0.3.9",
]
@ -2508,19 +2508,6 @@ dependencies = [
"winapi 0.3.9",
]
[[package]]
name = "nix"
version = "0.23.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f866317acbd3a240710c63f065ffb1e4fd466259045ccb504130b7f668f35c6"
dependencies = [
"bitflags",
"cc",
"cfg-if 1.0.0",
"libc",
"memoffset",
]
[[package]]
name = "nix"
version = "0.24.0"
@ -4970,7 +4957,7 @@ dependencies = [
"dirs-next",
"indicatif",
"lazy_static",
"nix 0.24.0",
"nix",
"reqwest",
"semver 1.0.7",
"serde",
@ -5221,7 +5208,7 @@ dependencies = [
"clap 3.1.8",
"crossbeam-channel",
"log",
"nix 0.24.0",
"nix",
"rand 0.7.3",
"serde",
"serde_derive",
@ -5258,7 +5245,7 @@ dependencies = [
"libc",
"log",
"matches",
"nix 0.24.0",
"nix",
"rand 0.7.3",
"rayon",
"serde",
@ -5844,7 +5831,7 @@ dependencies = [
"itertools",
"libc",
"log",
"nix 0.24.0",
"nix",
"pem",
"pkcs8",
"quinn",
@ -5866,7 +5853,7 @@ dependencies = [
"clap 2.33.3",
"libc",
"log",
"nix 0.24.0",
"nix",
"solana-logger 1.11.0",
"solana-version",
"sysctl",

View File

@ -17,7 +17,7 @@ console = "0.15.0"
const_format = "0.2.22"
criterion-stats = "0.3.0"
crossbeam-channel = "0.5"
ctrlc = { version = "3.2.1", features = ["termination"] }
ctrlc = { version = "3.2.2", features = ["termination"] }
humantime = "2.0.1"
log = "0.4.14"
num-traits = "0.2"

View File

@ -17,7 +17,7 @@ chrono = { version = "0.4.11", features = ["serde"] }
clap = { version = "2.33.1" }
console = "0.15.0"
crossbeam-channel = "0.5"
ctrlc = { version = "3.2.1", features = ["termination"] }
ctrlc = { version = "3.2.2", 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.15.0"
csv = "1.1.6"
ctrlc = { version = "3.2.1", features = ["termination"] }
ctrlc = { version = "3.2.2", features = ["termination"] }
indexmap = "1.8.1"
indicatif = "0.16.2"
pickledb = "0.4.1"