chore: bump ctrlc from 3.2.2 to 3.2.3 (#27677)

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

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

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

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-09-21 10:17:36 -06:00 committed by GitHub
parent 7ddacc4bb4
commit 999acb43ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 22 deletions

27
Cargo.lock generated
View File

@ -1085,11 +1085,11 @@ dependencies = [
[[package]]
name = "ctrlc"
version = "3.2.2"
version = "3.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b37feaa84e6861e00a1f5e5aa8da3ee56d605c9992d33e082786754828e20865"
checksum = "1d91974fbbe88ec1df0c24a4f00f99583667a7e2e6272b2b92d294d81e462173"
dependencies = [
"nix 0.24.2",
"nix",
"winapi 0.3.9",
]
@ -2735,17 +2735,6 @@ dependencies = [
"winapi 0.3.9",
]
[[package]]
name = "nix"
version = "0.24.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "195cdbc1741b8134346d515b3a56a1c94b0912758009cfd53f99ea0f57b065fc"
dependencies = [
"bitflags",
"cfg-if 1.0.0",
"libc",
]
[[package]]
name = "nix"
version = "0.25.0"
@ -5389,7 +5378,7 @@ dependencies = [
"dirs-next",
"indicatif",
"lazy_static",
"nix 0.25.0",
"nix",
"reqwest",
"semver 1.0.13",
"serde",
@ -5654,7 +5643,7 @@ dependencies = [
"clap 3.1.8",
"crossbeam-channel",
"log",
"nix 0.25.0",
"nix",
"rand 0.7.3",
"serde",
"serde_derive",
@ -5691,7 +5680,7 @@ dependencies = [
"libc",
"log",
"matches",
"nix 0.25.0",
"nix",
"rand 0.7.3",
"rayon",
"serde",
@ -6404,7 +6393,7 @@ dependencies = [
"itertools",
"libc",
"log",
"nix 0.25.0",
"nix",
"pem",
"percentage",
"pkcs8",
@ -6430,7 +6419,7 @@ dependencies = [
"clap 2.33.3",
"libc",
"log",
"nix 0.25.0",
"nix",
"solana-logger 1.15.0",
"solana-version",
"sysctl",

View File

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

View File

@ -17,7 +17,7 @@ chrono = { version = "0.4.22", features = ["serde"] }
clap = { version = "2.33.1" }
console = "0.15.0"
crossbeam-channel = "0.5"
ctrlc = { version = "3.2.2", features = ["termination"] }
ctrlc = { version = "3.2.3", features = ["termination"] }
dirs-next = "2.0.0"
indicatif = "0.17.0"
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.2", features = ["termination"] }
ctrlc = { version = "3.2.3", features = ["termination"] }
indexmap = "1.9.1"
indicatif = "0.17.0"
pickledb = { version = "0.5.1", default-features = false, features = ["yaml"] }