Bump clap from 4.1.13 to 4.1.14 (#2421)

Bumps [clap](https://github.com/clap-rs/clap) from 4.1.13 to 4.1.14.
- [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.13...v4.1.14)

---
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-04-01 20:58:34 +00:00
committed by GitHub
parent 1428864a4d
commit 54f790371c
5 changed files with 31 additions and 25 deletions
+27 -21
View File
@@ -1192,24 +1192,33 @@ dependencies = [
[[package]] [[package]]
name = "clap" name = "clap"
version = "4.1.13" version = "4.1.14"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c911b090850d79fc64fe9ea01e28e465f65e821e08813ced95bced72f7a8a9b" checksum = "906f7fe1da4185b7a282b2bc90172a496f9def1aca4545fe7526810741591e14"
dependencies = [
"clap_builder",
"clap_derive",
"once_cell",
]
[[package]]
name = "clap_builder"
version = "4.1.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "351f9ad9688141ed83dfd8f5fb998a06225ef444b48ff4dc43de6d409b7fd10b"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"clap_derive", "clap_lex 0.4.1",
"clap_lex 0.3.0",
"is-terminal", "is-terminal",
"once_cell",
"strsim", "strsim",
"termcolor", "termcolor",
] ]
[[package]] [[package]]
name = "clap_derive" name = "clap_derive"
version = "4.1.12" version = "4.1.14"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a932373bab67b984c790ddf2c9ca295d8e3af3b7ef92de5a5bacdccdee4b09b" checksum = "81d7dc0031c3a59a04fc2ba395c8e2dd463cba1859275f065d225f6122221b45"
dependencies = [ dependencies = [
"heck", "heck",
"proc-macro2", "proc-macro2",
@@ -1228,12 +1237,9 @@ dependencies = [
[[package]] [[package]]
name = "clap_lex" name = "clap_lex"
version = "0.3.0" version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d4198f73e42b4936b35b5bb248d81d2b595ecb170da0bac7655c54eedfa8da8" checksum = "8a2dd5a6fe8c6e3502f568a6353e5273bbb15193ad9a89e457b9970798efbea1"
dependencies = [
"os_str_bytes",
]
[[package]] [[package]]
name = "coarsetime" name = "coarsetime"
@@ -1826,7 +1832,7 @@ dependencies = [
name = "cumulus-client-cli" name = "cumulus-client-cli"
version = "0.1.0" version = "0.1.0"
dependencies = [ dependencies = [
"clap 4.1.13", "clap 4.1.14",
"parity-scale-codec", "parity-scale-codec",
"sc-chain-spec", "sc-chain-spec",
"sc-cli", "sc-cli",
@@ -2465,7 +2471,7 @@ name = "cumulus-test-service"
version = "0.1.0" version = "0.1.0"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"clap 4.1.13", "clap 4.1.14",
"criterion", "criterion",
"cumulus-client-cli", "cumulus-client-cli",
"cumulus-client-consensus-common", "cumulus-client-consensus-common",
@@ -3404,7 +3410,7 @@ dependencies = [
"Inflector", "Inflector",
"array-bytes 4.2.0", "array-bytes 4.2.0",
"chrono", "chrono",
"clap 4.1.13", "clap 4.1.14",
"comfy-table", "comfy-table",
"frame-benchmarking", "frame-benchmarking",
"frame-support", "frame-support",
@@ -7224,7 +7230,7 @@ dependencies = [
name = "parachain-template-node" name = "parachain-template-node"
version = "0.1.0" version = "0.1.0"
dependencies = [ dependencies = [
"clap 4.1.13", "clap 4.1.14",
"color-print", "color-print",
"cumulus-client-cli", "cumulus-client-cli",
"cumulus-client-consensus-aura", "cumulus-client-consensus-aura",
@@ -7811,7 +7817,7 @@ name = "polkadot-cli"
version = "0.9.39" version = "0.9.39"
source = "git+https://github.com/paritytech/polkadot?branch=master#2708cf111392e3d9a02471c1b50b6079c278d2f4" source = "git+https://github.com/paritytech/polkadot?branch=master#2708cf111392e3d9a02471c1b50b6079c278d2f4"
dependencies = [ dependencies = [
"clap 4.1.13", "clap 4.1.14",
"frame-benchmarking-cli", "frame-benchmarking-cli",
"futures", "futures",
"log", "log",
@@ -8484,7 +8490,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.13", "clap 4.1.14",
"collectives-polkadot-runtime", "collectives-polkadot-runtime",
"color-print", "color-print",
"contracts-rococo-runtime", "contracts-rococo-runtime",
@@ -10259,7 +10265,7 @@ source = "git+https://github.com/paritytech/substrate?branch=master#de4cca40b5da
dependencies = [ dependencies = [
"array-bytes 4.2.0", "array-bytes 4.2.0",
"chrono", "chrono",
"clap 4.1.13", "clap 4.1.14",
"fdlimit", "fdlimit",
"futures", "futures",
"libp2p", "libp2p",
@@ -11120,7 +11126,7 @@ name = "sc-storage-monitor"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/paritytech/substrate?branch=master#de4cca40b5da41e76c111c66229521f1052ea298" source = "git+https://github.com/paritytech/substrate?branch=master#de4cca40b5da41e76c111c66229521f1052ea298"
dependencies = [ dependencies = [
"clap 4.1.13", "clap 4.1.14",
"fs4", "fs4",
"futures", "futures",
"log", "log",
@@ -13634,7 +13640,7 @@ version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#de4cca40b5da41e76c111c66229521f1052ea298" source = "git+https://github.com/paritytech/substrate?branch=master#de4cca40b5da41e76c111c66229521f1052ea298"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"clap 4.1.13", "clap 4.1.14",
"frame-remote-externalities", "frame-remote-externalities",
"frame-try-runtime", "frame-try-runtime",
"hex", "hex",
+1 -1
View File
@@ -5,7 +5,7 @@ authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021" edition = "2021"
[dependencies] [dependencies]
clap = { version = "4.1.13", features = ["derive"] } clap = { version = "4.1.14", 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.13", features = ["derive"] } clap = { version = "4.1.14", 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.159", features = ["derive"] } serde = { version = "1.0.159", features = ["derive"] }
+1 -1
View File
@@ -12,7 +12,7 @@ path = "src/main.rs"
[dependencies] [dependencies]
async-trait = "0.1.68" async-trait = "0.1.68"
clap = { version = "4.1.13", features = ["derive"] } clap = { version = "4.1.14", features = ["derive"] }
codec = { package = "parity-scale-codec", version = "3.0.0" } codec = { package = "parity-scale-codec", version = "3.0.0" }
futures = "0.3.28" futures = "0.3.28"
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.68" async-trait = "0.1.68"
clap = { version = "4.1.13", features = ["derive"] } clap = { version = "4.1.14", 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"] }