Bump clap from 3.1.6 to 3.1.18 (#11376)

* Bump clap from 3.1.6 to 3.1.17

Bumps [clap](https://github.com/clap-rs/clap) from 3.1.6 to 3.1.17.
- [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.1.6...v3.1.17)

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

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

* Update utils/frame/try-runtime/cli/Cargo.toml

* Update frame/election-provider-support/solution-type/fuzzer/Cargo.toml

* use 3.1.18

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com>
This commit is contained in:
dependabot[bot]
2022-05-15 21:37:23 -04:00
committed by GitHub
parent 88dbef8336
commit ebc4c4417a
13 changed files with 43 additions and 37 deletions
+30 -24
View File
@@ -916,7 +916,7 @@ name = "chain-spec-builder"
version = "2.0.0"
dependencies = [
"ansi_term",
"clap 3.1.6",
"clap 3.1.18",
"node-cli",
"rand 0.8.4",
"sc-chain-spec",
@@ -993,16 +993,16 @@ dependencies = [
[[package]]
name = "clap"
version = "3.1.6"
version = "3.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8c93436c21e4698bacadf42917db28b23017027a4deccb35dbe47a7e7840123"
checksum = "d2dbdf4bdacb33466e854ce889eee8dfd5729abf7ccd7664d0a2d60cd384440b"
dependencies = [
"atty",
"bitflags",
"clap_derive",
"clap_lex",
"indexmap",
"lazy_static",
"os_str_bytes",
"strsim",
"termcolor",
"textwrap 0.15.0",
@@ -1014,14 +1014,14 @@ version = "3.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a394f7ec0715b42a4e52b294984c27c9a61f77c8d82f7774c5198350be143f19"
dependencies = [
"clap 3.1.6",
"clap 3.1.18",
]
[[package]]
name = "clap_derive"
version = "3.1.4"
version = "3.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da95d038ede1a964ce99f49cbe27a7fb538d1da595e4b4f70b8c8f338d17bf16"
checksum = "25320346e922cffe59c0bbc5410c8d8784509efb321488971081313cb1e1a33c"
dependencies = [
"heck 0.4.0",
"proc-macro-error",
@@ -1030,6 +1030,15 @@ dependencies = [
"syn",
]
[[package]]
name = "clap_lex"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a37c35f1112dad5e6e0b1adaff798507497a18fceeb30cceb3bae7d1427b9213"
dependencies = [
"os_str_bytes",
]
[[package]]
name = "cloudabi"
version = "0.0.3"
@@ -2142,7 +2151,7 @@ version = "4.0.0-dev"
dependencies = [
"Inflector",
"chrono",
"clap 3.1.6",
"clap 3.1.18",
"frame-benchmarking",
"frame-support",
"frame-system",
@@ -2223,7 +2232,7 @@ dependencies = [
name = "frame-election-solution-type-fuzzer"
version = "2.0.0-alpha.5"
dependencies = [
"clap 3.1.6",
"clap 3.1.18",
"frame-election-provider-solution-type",
"frame-election-provider-support",
"frame-support",
@@ -3410,9 +3419,9 @@ checksum = "efaa7b300f3b5fe8eb6bf21ce3895e1751d9665086af2d64b42f19701015ff4f"
[[package]]
name = "libgit2-sys"
version = "0.13.3+1.4.2"
version = "0.13.2+1.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c24d36c3ac9b9996a2418d6bf428cc0bc5d1a814a84303fc60986088c5ed60de"
checksum = "3a42de9a51a5c12e00fc0e4ca6bc2ea43582fc6418488e8f615e905d886f258b"
dependencies = [
"cc",
"libc",
@@ -4533,7 +4542,7 @@ dependencies = [
name = "node-bench"
version = "0.9.0-dev"
dependencies = [
"clap 3.1.6",
"clap 3.1.18",
"derive_more",
"fs_extra",
"futures",
@@ -4572,7 +4581,7 @@ version = "3.0.0-dev"
dependencies = [
"assert_cmd",
"async-std",
"clap 3.1.6",
"clap 3.1.18",
"clap_complete",
"criterion",
"frame-benchmarking-cli",
@@ -4687,7 +4696,7 @@ dependencies = [
name = "node-inspect"
version = "0.9.0-dev"
dependencies = [
"clap 3.1.6",
"clap 3.1.18",
"parity-scale-codec",
"sc-cli",
"sc-client-api",
@@ -4837,7 +4846,7 @@ dependencies = [
name = "node-runtime-generate-bags"
version = "3.0.0"
dependencies = [
"clap 3.1.6",
"clap 3.1.18",
"generate-bags",
"node-runtime",
]
@@ -4846,7 +4855,7 @@ dependencies = [
name = "node-template"
version = "4.0.0-dev"
dependencies = [
"clap 3.1.6",
"clap 3.1.18",
"frame-benchmarking",
"frame-benchmarking-cli",
"frame-system",
@@ -5128,9 +5137,6 @@ name = "os_str_bytes"
version = "6.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64"
dependencies = [
"memchr",
]
[[package]]
name = "output_vt100"
@@ -7944,7 +7950,7 @@ name = "sc-cli"
version = "0.10.0-dev"
dependencies = [
"chrono",
"clap 3.1.6",
"clap 3.1.18",
"fdlimit",
"futures",
"hex",
@@ -9998,7 +10004,7 @@ dependencies = [
name = "sp-npos-elections-fuzzer"
version = "2.0.0-alpha.5"
dependencies = [
"clap 3.1.6",
"clap 3.1.18",
"honggfuzz",
"parity-scale-codec",
"rand 0.8.4",
@@ -10430,7 +10436,7 @@ dependencies = [
name = "subkey"
version = "2.0.1"
dependencies = [
"clap 3.1.6",
"clap 3.1.18",
"sc-cli",
]
@@ -10458,7 +10464,7 @@ dependencies = [
name = "substrate-frame-cli"
version = "4.0.0-dev"
dependencies = [
"clap 3.1.6",
"clap 3.1.18",
"frame-support",
"frame-system",
"sc-cli",
@@ -11237,7 +11243,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
name = "try-runtime-cli"
version = "0.10.0-dev"
dependencies = [
"clap 3.1.6",
"clap 3.1.18",
"jsonrpsee",
"log",
"parity-scale-codec",
+1 -1
View File
@@ -17,7 +17,7 @@ targets = ["x86_64-unknown-linux-gnu"]
name = "node-template"
[dependencies]
clap = { version = "3.1.6", features = ["derive"] }
clap = { version = "3.1.18", features = ["derive"] }
sc-cli = { version = "0.10.0-dev", path = "../../../client/cli", features = ["wasmtime"] }
sp-core = { version = "6.0.0", path = "../../../primitives/core" }
+1 -1
View File
@@ -9,7 +9,7 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "3.1.6", features = ["derive"] }
clap = { version = "3.1.18", features = ["derive"] }
log = "0.4.16"
node-primitives = { version = "2.0.0", path = "../primitives" }
node-testing = { version = "3.0.0-dev", path = "../testing" }
+2 -2
View File
@@ -34,7 +34,7 @@ crate-type = ["cdylib", "rlib"]
[dependencies]
# third-party dependencies
clap = { version = "3.1.6", features = ["derive"], optional = true }
clap = { version = "3.1.18", features = ["derive"], optional = true }
codec = { package = "parity-scale-codec", version = "3.0.0" }
serde = { version = "1.0.136", features = ["derive"] }
jsonrpsee = { version = "0.13.0", features = ["server"] }
@@ -135,7 +135,7 @@ remote-externalities = { path = "../../../utils/frame/remote-externalities" }
pallet-timestamp = { version = "4.0.0-dev", path = "../../../frame/timestamp" }
[build-dependencies]
clap = { version = "3.1.6", optional = true }
clap = { version = "3.1.18", optional = true }
clap_complete = { version = "3.0", optional = true }
node-inspect = { version = "0.9.0-dev", optional = true, path = "../inspect" }
frame-benchmarking-cli = { version = "4.0.0-dev", optional = true, path = "../../../utils/frame/benchmarking-cli" }
@@ -15,7 +15,7 @@ targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
ansi_term = "0.12.1"
clap = { version = "3.1.6", features = ["derive"] }
clap = { version = "3.1.18", features = ["derive"] }
rand = "0.8"
node-cli = { version = "3.0.0-dev", path = "../../node/cli" }
sc-chain-spec = { version = "4.0.0-dev", path = "../../../client/chain-spec" }
+1 -1
View File
@@ -17,5 +17,5 @@ path = "src/main.rs"
name = "subkey"
[dependencies]
clap = { version = "3.1.6", features = ["derive"] }
clap = { version = "3.1.18", features = ["derive"] }
sc-cli = { version = "0.10.0-dev", path = "../../../client/cli" }
+1 -1
View File
@@ -14,7 +14,7 @@ targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
chrono = "0.4.10"
clap = { version = "3.1.6", features = ["derive"] }
clap = { version = "3.1.18", features = ["derive"] }
fdlimit = "0.2.1"
futures = "0.3.21"
hex = "0.4.2"
@@ -13,7 +13,7 @@ publish = false
targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
clap = { version = "3.0", features = ["derive"] }
clap = { version = "3.1.18", features = ["derive"] }
honggfuzz = "0.5"
rand = { version = "0.8", features = ["std", "small_rng"] }
@@ -14,7 +14,7 @@ publish = false
targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
clap = { version = "3.1.6", features = ["derive"] }
clap = { version = "3.1.18", features = ["derive"] }
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] }
honggfuzz = "0.5"
rand = { version = "0.8", features = ["std", "small_rng"] }
@@ -14,7 +14,7 @@ targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
chrono = "0.4"
clap = { version = "3.1.6", features = ["derive"] }
clap = { version = "3.1.18", features = ["derive"] }
codec = { package = "parity-scale-codec", version = "3.0.0" }
handlebars = "4.2.2"
hash-db = "0.15.2"
@@ -11,7 +11,7 @@ documentation = "https://docs.rs/substrate-frame-cli"
readme = "README.md"
[dependencies]
clap = { version = "3.1.6", features = ["derive"] }
clap = { version = "3.1.18", features = ["derive"] }
frame-support = { version = "4.0.0-dev", path = "../../../frame/support" }
frame-system = { version = "4.0.0-dev", path = "../../../frame/system" }
sc-cli = { version = "0.10.0-dev", path = "../../../client/cli" }
@@ -14,4 +14,4 @@ node-runtime = { version = "3.0.0-dev", path = "../../../../bin/node/runtime" }
generate-bags = { version = "4.0.0-dev", path = "../" }
# third-party
clap = { version = "3.1.6", features = ["derive"] }
clap = { version = "3.1.18", features = ["derive"] }
@@ -13,7 +13,7 @@ readme = "README.md"
targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
clap = { version = "3.1.6", features = ["derive"] }
clap = { version = "3.1.18", features = ["derive"] }
log = "0.4.16"
parity-scale-codec = "3.0.0"
serde = "1.0.136"