diff --git a/Cargo.lock b/Cargo.lock index 2e26ef4fb6..bdb6bd9868 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1455,9 +1455,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.2.2" +version = "4.2.4" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "9b802d85aaf3a1cdb02b224ba472ebdea62014fccfcb269b95a4d76443b5ee5a" +checksum = "956ac1f6381d8d82ab4684768f89c0ea3afe66925ceadb4eeb3fc452ffc55d62" dependencies = [ "clap_builder", "clap_derive", @@ -1466,9 +1466,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.2.2" +version = "4.2.4" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "14a1a858f532119338887a4b8e1af9c60de8249cd7bafd68036a489e261e37b6" +checksum = "84080e799e54cff944f4b4a4b0e71630b0e0443b25b985175c7dddc1a859b749" dependencies = [ "anstream", "anstyle", @@ -1884,7 +1884,7 @@ name = "cumulus-client-cli" version = "0.1.0" source = "git+/~https://github.com/paritytech/cumulus?branch=master#df9ed2455462e8c470a8a7ead44023b6eec79ed3" dependencies = [ - "clap 4.2.2", + "clap 4.2.4", "parity-scale-codec", "sc-chain-spec", "sc-cli", @@ -3298,7 +3298,7 @@ dependencies = [ "Inflector", "array-bytes 4.2.0", "chrono", - "clap 4.2.2", + "clap 4.2.4", "comfy-table", "frame-benchmarking", "frame-support", @@ -5595,7 +5595,7 @@ dependencies = [ name = "millau-bridge-node" version = "0.1.0" dependencies = [ - "clap 4.2.2", + "clap 4.2.4", "frame-benchmarking", "frame-benchmarking-cli", "jsonrpsee", @@ -6023,7 +6023,7 @@ name = "node-inspect" version = "0.9.0-dev" source = "git+/~https://github.com/paritytech/substrate?branch=master#a14236059c2d3da052fb08295082341aa7b87240" dependencies = [ - "clap 4.2.2", + "clap 4.2.4", "parity-scale-codec", "sc-cli", "sc-client-api", @@ -7813,7 +7813,7 @@ name = "polkadot-cli" version = "0.9.39" source = "git+/~https://github.com/paritytech/polkadot?branch=master#ae96e09e6ad1810b8d04d4530c07173e604a763d" dependencies = [ - "clap 4.2.2", + "clap 4.2.4", "frame-benchmarking-cli", "futures", "log", @@ -9793,7 +9793,7 @@ dependencies = [ name = "rialto-bridge-node" version = "0.1.0" dependencies = [ - "clap 4.2.2", + "clap 4.2.4", "frame-benchmarking", "frame-benchmarking-cli", "frame-support", @@ -9820,7 +9820,7 @@ dependencies = [ name = "rialto-parachain-collator" version = "0.1.0" dependencies = [ - "clap 4.2.2", + "clap 4.2.4", "cumulus-client-cli", "cumulus-client-consensus-aura", "cumulus-client-consensus-common", @@ -10460,7 +10460,7 @@ source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c dependencies = [ "array-bytes 4.2.0", "chrono", - "clap 4.2.2", + "clap 4.2.4", "fdlimit", "futures", "libp2p", @@ -11322,7 +11322,7 @@ name = "sc-storage-monitor" version = "0.1.0" source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ - "clap 4.2.2", + "clap 4.2.4", "fs4", "futures", "log", @@ -13917,7 +13917,7 @@ version = "0.10.0-dev" source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "async-trait", - "clap 4.2.2", + "clap 4.2.4", "frame-remote-externalities", "hex", "log", diff --git a/bin/millau/node/Cargo.toml b/bin/millau/node/Cargo.toml index 21b5cd0255..7eb7c79405 100644 --- a/bin/millau/node/Cargo.toml +++ b/bin/millau/node/Cargo.toml @@ -9,7 +9,7 @@ repository = "/~https://github.com/paritytech/parity-bridges-common/" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" [dependencies] -clap = { version = "4.2.2", features = ["derive"] } +clap = { version = "4.2.4", features = ["derive"] } jsonrpsee = { version = "0.16.2", features = ["server"] } serde_json = "1.0.96" diff --git a/bin/rialto-parachain/node/Cargo.toml b/bin/rialto-parachain/node/Cargo.toml index 2315eb94a1..38521d7aa0 100644 --- a/bin/rialto-parachain/node/Cargo.toml +++ b/bin/rialto-parachain/node/Cargo.toml @@ -17,7 +17,7 @@ default = [] runtime-benchmarks = ['rialto-parachain-runtime/runtime-benchmarks'] [dependencies] -clap = { version = "4.2.2", features = ["derive"] } +clap = { version = "4.2.4", features = ["derive"] } log = '0.4.17' codec = { package = 'parity-scale-codec', version = '3.1.5' } serde = { version = '1.0', features = ['derive'] } diff --git a/bin/rialto/node/Cargo.toml b/bin/rialto/node/Cargo.toml index 23c7d3315e..ffbb587dc1 100644 --- a/bin/rialto/node/Cargo.toml +++ b/bin/rialto/node/Cargo.toml @@ -9,7 +9,7 @@ repository = "/~https://github.com/paritytech/parity-bridges-common/" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" [dependencies] -clap = { version = "4.2.2", features = ["derive"] } +clap = { version = "4.2.4", features = ["derive"] } serde_json = "1.0.96" # Bridge dependencies