Bump clap from 2.33.3 to 2.34.0 (#4414)

Bumps [clap](https://github.com/clap-rs/clap) from 2.33.3 to 2.34.0.
- [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/commits)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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-11-30 16:27:06 +00:00
committed by GitHub
parent ce27250cb5
commit 0cca1d043c
2 changed files with 9 additions and 18 deletions
+8 -17
View File
@@ -88,15 +88,6 @@ version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbf688625d06217d5b1bb0ea9d9c44a1635fd0ee3534466388d18203174f4d11" checksum = "fbf688625d06217d5b1bb0ea9d9c44a1635fd0ee3534466388d18203174f4d11"
[[package]]
name = "ansi_term"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
dependencies = [
"winapi 0.3.9",
]
[[package]] [[package]]
name = "ansi_term" name = "ansi_term"
version = "0.12.1" version = "0.12.1"
@@ -1079,11 +1070,11 @@ dependencies = [
[[package]] [[package]]
name = "clap" name = "clap"
version = "2.33.3" version = "2.34.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002" checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
dependencies = [ dependencies = [
"ansi_term 0.11.0", "ansi_term",
"atty", "atty",
"bitflags", "bitflags",
"strsim", "strsim",
@@ -7340,7 +7331,7 @@ version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec0cfe1b2403f172ba0f234e500906ee0a3e493fb81092dac23ebefe129301cc" checksum = "ec0cfe1b2403f172ba0f234e500906ee0a3e493fb81092dac23ebefe129301cc"
dependencies = [ dependencies = [
"ansi_term 0.12.1", "ansi_term",
"ctor", "ctor",
"diff", "diff",
"output_vt100", "output_vt100",
@@ -8616,7 +8607,7 @@ name = "sc-informant"
version = "0.10.0-dev" version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518"
dependencies = [ dependencies = [
"ansi_term 0.12.1", "ansi_term",
"futures 0.3.17", "futures 0.3.17",
"futures-timer 3.0.2", "futures-timer 3.0.2",
"log", "log",
@@ -8956,7 +8947,7 @@ name = "sc-tracing"
version = "4.0.0-dev" version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518"
dependencies = [ dependencies = [
"ansi_term 0.12.1", "ansi_term",
"atty", "atty",
"chrono", "chrono",
"lazy_static", "lazy_static",
@@ -10419,7 +10410,7 @@ name = "substrate-wasm-builder"
version = "5.0.0-dev" version = "5.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518" source = "git+https://github.com/paritytech/substrate?branch=master#20b54920cee7512efc68b4c84dce1febc88c5518"
dependencies = [ dependencies = [
"ansi_term 0.12.1", "ansi_term",
"build-helper", "build-helper",
"cargo_metadata", "cargo_metadata",
"sp-maybe-compressed-blob", "sp-maybe-compressed-blob",
@@ -10898,7 +10889,7 @@ version = "0.2.25"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71" checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"
dependencies = [ dependencies = [
"ansi_term 0.12.1", "ansi_term",
"chrono", "chrono",
"lazy_static", "lazy_static",
"matchers", "matchers",
@@ -17,4 +17,4 @@ sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
tokio = { version = "1", features = ["macros"] } tokio = { version = "1", features = ["macros"] }
log = { version = "0.4.14" } log = { version = "0.4.14" }
structopt = {version = "0.3.25" } structopt = {version = "0.3.25" }
clap = { version = "2.33.3" } clap = { version = "2.34.0" }