From be51ad8264572eaf733a4099b96cdf83f528fecb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Jun 2021 15:50:54 +0000 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 27 +++++++-------------------- cli/Cargo.toml | 2 +- install/Cargo.toml | 2 +- tokens/Cargo.toml | 2 +- 4 files changed, 10 insertions(+), 23 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ec94c78871..fe8680a440 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 919a642910..87e210b5db 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -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" diff --git a/install/Cargo.toml b/install/Cargo.toml index 384be71d5d..6d40fa7d6f 100644 --- a/install/Cargo.toml +++ b/install/Cargo.toml @@ -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" diff --git a/tokens/Cargo.toml b/tokens/Cargo.toml index b6f0322ea7..0526d3ffdc 100644 --- a/tokens/Cargo.toml +++ b/tokens/Cargo.toml @@ -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"