Bump clap from 4.1.8 to 4.1.11 (#2352)

Bumps [clap](https://github.com/clap-rs/clap) from 4.1.8 to 4.1.11.
- [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/v4.1.8...v4.1.11)

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

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]
2023-03-21 10:01:54 +01:00
committed by GitHub
parent 4587d1eb38
commit 119512783a
5 changed files with 44 additions and 38 deletions
+40 -34
View File
@@ -521,7 +521,7 @@ version = "0.60.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "062dddbc1ba4aca46de6338e2bf87771414c335f7b2f2036e8f3e9befebf88e6" checksum = "062dddbc1ba4aca46de6338e2bf87771414c335f7b2f2036e8f3e9befebf88e6"
dependencies = [ dependencies = [
"bitflags", "bitflags 1.3.2",
"cexpr", "cexpr",
"clang-sys", "clang-sys",
"lazy_static", "lazy_static",
@@ -540,6 +540,12 @@ version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "bitflags"
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "487f1e0fcbe47deb8b0574e646def1c903389d95241dd1bbcc6ce4a715dfc0c1"
[[package]] [[package]]
name = "bitvec" name = "bitvec"
version = "1.0.1" version = "1.0.1"
@@ -1161,7 +1167,7 @@ version = "3.2.22"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86447ad904c7fb335a790c9d7fe3d0d971dc523b8ccd1561a520de9a85302750" checksum = "86447ad904c7fb335a790c9d7fe3d0d971dc523b8ccd1561a520de9a85302750"
dependencies = [ dependencies = [
"bitflags", "bitflags 1.3.2",
"clap_lex 0.2.2", "clap_lex 0.2.2",
"indexmap", "indexmap",
"textwrap", "textwrap",
@@ -1169,11 +1175,11 @@ dependencies = [
[[package]] [[package]]
name = "clap" name = "clap"
version = "4.1.8" version = "4.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3d7ae14b20b94cb02149ed21a86c423859cbe18dc7ed69845cace50e52b40a5" checksum = "42dfd32784433290c51d92c438bb72ea5063797fc3cc9a21a8c4346bebbb2098"
dependencies = [ dependencies = [
"bitflags", "bitflags 2.0.2",
"clap_derive", "clap_derive",
"clap_lex 0.3.0", "clap_lex 0.3.0",
"is-terminal", "is-terminal",
@@ -1184,9 +1190,9 @@ dependencies = [
[[package]] [[package]]
name = "clap_derive" name = "clap_derive"
version = "4.1.8" version = "4.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44bec8e5c9d09e439c4335b1af0abaab56dcf3b94999a936e1bb47b9134288f0" checksum = "fddf67631444a3a3e3e5ac51c36a5e01335302de677bd78759eaa90ab1f46644"
dependencies = [ dependencies = [
"heck", "heck",
"proc-macro-error", "proc-macro-error",
@@ -1766,7 +1772,7 @@ dependencies = [
name = "cumulus-client-cli" name = "cumulus-client-cli"
version = "0.1.0" version = "0.1.0"
dependencies = [ dependencies = [
"clap 4.1.8", "clap 4.1.11",
"parity-scale-codec", "parity-scale-codec",
"sc-chain-spec", "sc-chain-spec",
"sc-cli", "sc-cli",
@@ -2404,7 +2410,7 @@ name = "cumulus-test-service"
version = "0.1.0" version = "0.1.0"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"clap 4.1.8", "clap 4.1.11",
"criterion", "criterion",
"cumulus-client-cli", "cumulus-client-cli",
"cumulus-client-consensus-common", "cumulus-client-consensus-common",
@@ -3281,7 +3287,7 @@ dependencies = [
"Inflector", "Inflector",
"array-bytes 4.2.0", "array-bytes 4.2.0",
"chrono", "chrono",
"clap 4.1.8", "clap 4.1.11",
"comfy-table", "comfy-table",
"frame-benchmarking", "frame-benchmarking",
"frame-support", "frame-support",
@@ -3398,7 +3404,7 @@ name = "frame-support"
version = "4.0.0-dev" version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#8f0b0f69e79c0dcf1487b9858792439c35a1d4cd" source = "git+https://github.com/paritytech/substrate?branch=master#8f0b0f69e79c0dcf1487b9858792439c35a1d4cd"
dependencies = [ dependencies = [
"bitflags", "bitflags 1.3.2",
"environmental", "environmental",
"frame-metadata", "frame-metadata",
"frame-support-procedural", "frame-support-procedural",
@@ -5598,7 +5604,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9ea4302b9759a7a88242299225ea3688e63c85ea136371bb6cf94fd674efaab" checksum = "d9ea4302b9759a7a88242299225ea3688e63c85ea136371bb6cf94fd674efaab"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"bitflags", "bitflags 1.3.2",
"byteorder", "byteorder",
"libc", "libc",
"netlink-packet-core", "netlink-packet-core",
@@ -5651,7 +5657,7 @@ version = "0.24.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "195cdbc1741b8134346d515b3a56a1c94b0912758009cfd53f99ea0f57b065fc" checksum = "195cdbc1741b8134346d515b3a56a1c94b0912758009cfd53f99ea0f57b065fc"
dependencies = [ dependencies = [
"bitflags", "bitflags 1.3.2",
"cfg-if", "cfg-if",
"libc", "libc",
"memoffset 0.6.5", "memoffset 0.6.5",
@@ -5663,7 +5669,7 @@ version = "0.26.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a" checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a"
dependencies = [ dependencies = [
"bitflags", "bitflags 1.3.2",
"cfg-if", "cfg-if",
"libc", "libc",
"memoffset 0.7.1", "memoffset 0.7.1",
@@ -6189,7 +6195,7 @@ name = "pallet-contracts"
version = "4.0.0-dev" version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#8f0b0f69e79c0dcf1487b9858792439c35a1d4cd" source = "git+https://github.com/paritytech/substrate?branch=master#8f0b0f69e79c0dcf1487b9858792439c35a1d4cd"
dependencies = [ dependencies = [
"bitflags", "bitflags 1.3.2",
"environmental", "environmental",
"frame-benchmarking", "frame-benchmarking",
"frame-support", "frame-support",
@@ -6219,7 +6225,7 @@ name = "pallet-contracts-primitives"
version = "7.0.0" version = "7.0.0"
source = "git+https://github.com/paritytech/substrate?branch=master#8f0b0f69e79c0dcf1487b9858792439c35a1d4cd" source = "git+https://github.com/paritytech/substrate?branch=master#8f0b0f69e79c0dcf1487b9858792439c35a1d4cd"
dependencies = [ dependencies = [
"bitflags", "bitflags 1.3.2",
"parity-scale-codec", "parity-scale-codec",
"scale-info", "scale-info",
"sp-runtime", "sp-runtime",
@@ -7082,7 +7088,7 @@ dependencies = [
name = "parachain-template-node" name = "parachain-template-node"
version = "0.1.0" version = "0.1.0"
dependencies = [ dependencies = [
"clap 4.1.8", "clap 4.1.11",
"cumulus-client-cli", "cumulus-client-cli",
"cumulus-client-consensus-aura", "cumulus-client-consensus-aura",
"cumulus-client-consensus-common", "cumulus-client-consensus-common",
@@ -7658,7 +7664,7 @@ name = "polkadot-cli"
version = "0.9.39" version = "0.9.39"
source = "git+https://github.com/paritytech/polkadot?branch=master#435e50b48600aa5ad971fc79957593d6673c7228" source = "git+https://github.com/paritytech/polkadot?branch=master#435e50b48600aa5ad971fc79957593d6673c7228"
dependencies = [ dependencies = [
"clap 4.1.8", "clap 4.1.11",
"frame-benchmarking-cli", "frame-benchmarking-cli",
"futures", "futures",
"log", "log",
@@ -8330,7 +8336,7 @@ dependencies = [
"bridge-hub-kusama-runtime", "bridge-hub-kusama-runtime",
"bridge-hub-polkadot-runtime", "bridge-hub-polkadot-runtime",
"bridge-hub-rococo-runtime", "bridge-hub-rococo-runtime",
"clap 4.1.8", "clap 4.1.11",
"collectives-polkadot-runtime", "collectives-polkadot-runtime",
"contracts-rococo-runtime", "contracts-rococo-runtime",
"cumulus-client-cli", "cumulus-client-cli",
@@ -8642,7 +8648,7 @@ name = "polkadot-runtime-parachains"
version = "0.9.39" version = "0.9.39"
source = "git+https://github.com/paritytech/polkadot?branch=master#435e50b48600aa5ad971fc79957593d6673c7228" source = "git+https://github.com/paritytech/polkadot?branch=master#435e50b48600aa5ad971fc79957593d6673c7228"
dependencies = [ dependencies = [
"bitflags", "bitflags 1.3.2",
"bitvec", "bitvec",
"derive_more", "derive_more",
"frame-benchmarking", "frame-benchmarking",
@@ -9432,7 +9438,7 @@ version = "0.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff" checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
dependencies = [ dependencies = [
"bitflags", "bitflags 1.3.2",
] ]
[[package]] [[package]]
@@ -9522,7 +9528,7 @@ version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76e189c2369884dce920945e2ddf79b3dff49e071a167dd1817fa9c4c00d512e" checksum = "76e189c2369884dce920945e2ddf79b3dff49e071a167dd1817fa9c4c00d512e"
dependencies = [ dependencies = [
"bitflags", "bitflags 1.3.2",
"libc", "libc",
"mach", "mach",
"winapi", "winapi",
@@ -9823,7 +9829,7 @@ version = "0.35.13"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "727a1a6d65f786ec22df8a81ca3121107f235970dc1705ed681d3e6e8b9cd5f9" checksum = "727a1a6d65f786ec22df8a81ca3121107f235970dc1705ed681d3e6e8b9cd5f9"
dependencies = [ dependencies = [
"bitflags", "bitflags 1.3.2",
"errno", "errno",
"io-lifetimes 0.7.5", "io-lifetimes 0.7.5",
"libc", "libc",
@@ -9837,7 +9843,7 @@ version = "0.36.7"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4fdebc4b395b7fbb9ab11e462e20ed9051e7b16e42d24042c776eca0ac81b03" checksum = "d4fdebc4b395b7fbb9ab11e462e20ed9051e7b16e42d24042c776eca0ac81b03"
dependencies = [ dependencies = [
"bitflags", "bitflags 1.3.2",
"errno", "errno",
"io-lifetimes 1.0.2", "io-lifetimes 1.0.2",
"libc", "libc",
@@ -10055,7 +10061,7 @@ source = "git+https://github.com/paritytech/substrate?branch=master#8f0b0f69e79c
dependencies = [ dependencies = [
"array-bytes 4.2.0", "array-bytes 4.2.0",
"chrono", "chrono",
"clap 4.1.8", "clap 4.1.11",
"fdlimit", "fdlimit",
"futures", "futures",
"libp2p", "libp2p",
@@ -10575,7 +10581,7 @@ source = "git+https://github.com/paritytech/substrate?branch=master#8f0b0f69e79c
dependencies = [ dependencies = [
"array-bytes 4.2.0", "array-bytes 4.2.0",
"async-trait", "async-trait",
"bitflags", "bitflags 1.3.2",
"bytes", "bytes",
"futures", "futures",
"futures-timer", "futures-timer",
@@ -10916,7 +10922,7 @@ name = "sc-storage-monitor"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/paritytech/substrate?branch=master#8f0b0f69e79c0dcf1487b9858792439c35a1d4cd" source = "git+https://github.com/paritytech/substrate?branch=master#8f0b0f69e79c0dcf1487b9858792439c35a1d4cd"
dependencies = [ dependencies = [
"clap 4.1.8", "clap 4.1.11",
"fs4", "fs4",
"futures", "futures",
"log", "log",
@@ -11238,7 +11244,7 @@ version = "2.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "525bc1abfda2e1998d152c45cf13e696f76d0a4972310b22fac1658b05df7c87" checksum = "525bc1abfda2e1998d152c45cf13e696f76d0a4972310b22fac1658b05df7c87"
dependencies = [ dependencies = [
"bitflags", "bitflags 1.3.2",
"core-foundation", "core-foundation",
"core-foundation-sys", "core-foundation-sys",
"libc", "libc",
@@ -11828,7 +11834,7 @@ source = "git+https://github.com/paritytech/substrate?branch=master#8f0b0f69e79c
dependencies = [ dependencies = [
"array-bytes 4.2.0", "array-bytes 4.2.0",
"base58", "base58",
"bitflags", "bitflags 1.3.2",
"blake2", "blake2",
"bounded-collections", "bounded-collections",
"dyn-clonable", "dyn-clonable",
@@ -12516,7 +12522,7 @@ version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a2a1c578e98c1c16fc3b8ec1328f7659a500737d7a0c6d625e73e830ff9c1f6" checksum = "8a2a1c578e98c1c16fc3b8ec1328f7659a500737d7a0c6d625e73e830ff9c1f6"
dependencies = [ dependencies = [
"bitflags", "bitflags 1.3.2",
"cfg_aliases", "cfg_aliases",
"libc", "libc",
"parking_lot 0.11.2", "parking_lot 0.11.2",
@@ -12790,7 +12796,7 @@ version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d75182f12f490e953596550b65ee31bda7c8e043d9386174b353bda50838c3fd" checksum = "d75182f12f490e953596550b65ee31bda7c8e043d9386174b353bda50838c3fd"
dependencies = [ dependencies = [
"bitflags", "bitflags 1.3.2",
"core-foundation", "core-foundation",
"system-configuration-sys", "system-configuration-sys",
] ]
@@ -13168,7 +13174,7 @@ version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858" checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
dependencies = [ dependencies = [
"bitflags", "bitflags 1.3.2",
"bytes", "bytes",
"futures-core", "futures-core",
"futures-util", "futures-util",
@@ -13383,7 +13389,7 @@ version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#8f0b0f69e79c0dcf1487b9858792439c35a1d4cd" source = "git+https://github.com/paritytech/substrate?branch=master#8f0b0f69e79c0dcf1487b9858792439c35a1d4cd"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"clap 4.1.8", "clap 4.1.11",
"frame-remote-externalities", "frame-remote-externalities",
"frame-try-runtime", "frame-try-runtime",
"hex", "hex",
@@ -14282,7 +14288,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93f1db1727772c05cf7a2cfece52c3aca8045ca1e176cd517d323489aa3c6d87" checksum = "93f1db1727772c05cf7a2cfece52c3aca8045ca1e176cd517d323489aa3c6d87"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"bitflags", "bitflags 1.3.2",
"bytes", "bytes",
"cc", "cc",
"ipnet", "ipnet",
+1 -1
View File
@@ -5,7 +5,7 @@ authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021" edition = "2021"
[dependencies] [dependencies]
clap = { version = "4.1.8", features = ["derive"] } clap = { version = "4.1.11", features = ["derive"] }
codec = { package = "parity-scale-codec", version = "3.0.0" } codec = { package = "parity-scale-codec", version = "3.0.0" }
url = "2.3.1" url = "2.3.1"
+1 -1
View File
@@ -10,7 +10,7 @@ edition = "2021"
build = "build.rs" build = "build.rs"
[dependencies] [dependencies]
clap = { version = "4.1.8", features = ["derive"] } clap = { version = "4.1.11", features = ["derive"] }
log = "0.4.17" log = "0.4.17"
codec = { package = "parity-scale-codec", version = "3.0.0" } codec = { package = "parity-scale-codec", version = "3.0.0" }
serde = { version = "1.0.156", features = ["derive"] } serde = { version = "1.0.156", features = ["derive"] }
+1 -1
View File
@@ -12,7 +12,7 @@ path = "src/main.rs"
[dependencies] [dependencies]
async-trait = "0.1.66" async-trait = "0.1.66"
clap = { version = "4.1.8", features = ["derive"] } clap = { version = "4.1.11", features = ["derive"] }
codec = { package = "parity-scale-codec", version = "3.0.0" } codec = { package = "parity-scale-codec", version = "3.0.0" }
futures = "0.3.26" futures = "0.3.26"
hex-literal = "0.3.4" hex-literal = "0.3.4"
+1 -1
View File
@@ -10,7 +10,7 @@ path = "src/main.rs"
[dependencies] [dependencies]
async-trait = "0.1.66" async-trait = "0.1.66"
clap = { version = "4.1.8", features = ["derive"] } clap = { version = "4.1.11", features = ["derive"] }
codec = { package = "parity-scale-codec", version = "3.0.0" } codec = { package = "parity-scale-codec", version = "3.0.0" }
criterion = { version = "0.4.0", features = [ "async_tokio" ] } criterion = { version = "0.4.0", features = [ "async_tokio" ] }
jsonrpsee = { version = "0.16.2", features = ["server"] } jsonrpsee = { version = "0.16.2", features = ["server"] }