diff --git a/Cargo.lock b/Cargo.lock index 0b877019..38d26b1f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1127,9 +1127,9 @@ dependencies = [ [[package]] name = "clap" -version = "3.1.12" +version = "3.1.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c167e37342afc5f33fd87bbc870cedd020d2a6dffa05d45ccd9241fbdd146db" +checksum = "d2dbdf4bdacb33466e854ce889eee8dfd5729abf7ccd7664d0a2d60cd384440b" dependencies = [ "atty", "bitflags", @@ -1144,9 +1144,9 @@ dependencies = [ [[package]] name = "clap_derive" -version = "3.1.7" +version = "3.1.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3aab4734e083b809aaf5794e14e756d1c798d2c69c7f7de7a09a2f5214993c1" +checksum = "25320346e922cffe59c0bbc5410c8d8784509efb321488971081313cb1e1a33c" dependencies = [ "heck 0.4.0", "proc-macro-error", @@ -1157,9 +1157,9 @@ dependencies = [ [[package]] name = "clap_lex" -version = "0.1.1" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "189ddd3b5d32a70b35e7686054371742a937b0d99128e76dde6340210e966669" +checksum = "a37c35f1112dad5e6e0b1adaff798507497a18fceeb30cceb3bae7d1427b9213" dependencies = [ "os_str_bytes", ] @@ -1491,7 +1491,7 @@ name = "cumulus-client-cli" version = "0.1.0" source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.19#0c779d926beeb6e1f3f2aa777d9bcec792c0bdac" dependencies = [ - "clap 3.1.12", + "clap 3.1.18", "sc-cli", "sc-service", "url 2.2.2", @@ -2771,7 +2771,7 @@ source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#17 dependencies = [ "Inflector", "chrono", - "clap 3.1.12", + "clap 3.1.18", "frame-benchmarking", "frame-support", "frame-system", @@ -5218,7 +5218,7 @@ name = "node-inspect" version = "0.9.0-dev" source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ - "clap 3.1.12", + "clap 3.1.18", "parity-scale-codec", "sc-cli", "sc-client-api", @@ -5546,7 +5546,7 @@ name = "opportunity-standalone" version = "0.9.19" dependencies = [ "async-trait", - "clap 3.1.12", + "clap 3.1.18", "fc-consensus", "fc-db", "fc-mapping-sync", @@ -7189,7 +7189,7 @@ name = "polkadot-cli" version = "0.9.19" source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.19#f00a2772497aadddf75b8b4b475843ea0d910c48" dependencies = [ - "clap 3.1.12", + "clap 3.1.18", "frame-benchmarking-cli", "futures 0.3.21", "log", @@ -9142,7 +9142,7 @@ version = "0.10.0-dev" source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "chrono", - "clap 3.1.12", + "clap 3.1.18", "fdlimit", "futures 0.3.21", "hex", @@ -11234,7 +11234,7 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" name = "standard-collator" version = "0.9.19" dependencies = [ - "clap 3.1.12", + "clap 3.1.18", "cumulus-client-cli", "cumulus-client-collator", "cumulus-client-consensus-aura", @@ -11549,7 +11549,7 @@ name = "substrate-frame-cli" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ - "clap 3.1.12", + "clap 3.1.18", "frame-support", "frame-system", "sc-cli", @@ -12230,7 +12230,7 @@ name = "try-runtime-cli" version = "0.10.0-dev" source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ - "clap 3.1.12", + "clap 3.1.18", "jsonrpsee", "log", "parity-scale-codec", diff --git a/node/opportunity/Cargo.toml b/node/opportunity/Cargo.toml index 54108180..6c0a4f5d 100644 --- a/node/opportunity/Cargo.toml +++ b/node/opportunity/Cargo.toml @@ -30,7 +30,7 @@ runtime-benchmarks = [ [dependencies] async-trait = "0.1" -clap = { version = "3.1.6", features = ["derive"] } +clap = { version = "3.1.18", features = ["derive"] } rand = "0.7.2" structopt = "0.3.8" codec = { package = "parity-scale-codec", version = "3.0.0" } diff --git a/node/standard/Cargo.toml b/node/standard/Cargo.toml index 093dcc20..6d4e44c0 100644 --- a/node/standard/Cargo.toml +++ b/node/standard/Cargo.toml @@ -31,7 +31,7 @@ runtime-benchmarks = ["standard-runtime/runtime-benchmarks"] codec = { package = "parity-scale-codec", version = "3.0.0" } serde = { version = "1.0.136", features = ["derive"] } serde_json = { version = "1.0" } -clap = { version = "3.1.6", features = ["derive"] } +clap = { version = "3.1.18", features = ["derive"] } hex-literal = "0.3.4" hex = "0.4.3" lazy_static = "1.4"