From a5d9c67cfaa4d9d0c72208f5fad71a09a2d4534b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Jul 2022 20:10:01 +0000 Subject: [PATCH] Bump clap from 3.2.8 to 3.2.10 (#2499) Bumps [clap](https://github.com/clap-rs/clap) from 3.2.8 to 3.2.10. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v3.2.8...v3.2.10) --- updated-dependencies: - dependency-name: clap 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> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- Cargo.lock | 6 +++--- bin/full-node/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bd741e78bf..8ca3f3147d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -489,9 +489,9 @@ dependencies = [ [[package]] name = "clap" -version = "3.2.8" +version = "3.2.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "190814073e85d238f31ff738fcb0bf6910cedeb73376c87cd69291028966fd83" +checksum = "69c5a7f9997be616e47f0577ee38c91decb33392c5be4866494f34cdf329a9aa" dependencies = [ "atty", "bitflags", @@ -2363,7 +2363,7 @@ dependencies = [ "async-std", "atty", "blake2-rfc", - "clap 3.2.8", + "clap 3.2.10", "ctrlc", "derive_more", "directories", diff --git a/bin/full-node/Cargo.toml b/bin/full-node/Cargo.toml index 6513e51767..61e930106b 100644 --- a/bin/full-node/Cargo.toml +++ b/bin/full-node/Cargo.toml @@ -17,7 +17,7 @@ path = "src/main.rs" async-std = "1.12.0" atty = "0.2.14" blake2-rfc = { version = "0.2.18", default-features = false } -clap = { version = "3.2.8", default-features = false, features = ["color", "derive", "std", "suggestions"] } +clap = { version = "3.2.10", default-features = false, features = ["color", "derive", "std", "suggestions"] } ctrlc = "3.2.2" derive_more = "0.99.17" directories = "4.0.1"