diff --git a/Cargo.lock b/Cargo.lock index 68c748a30eb..4603cc68d33 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1261,9 +1261,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.2.3" +version = "4.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49f9152d70e42172fdb87de2efd7327160beee37886027cf86f30a233d5b30b4" +checksum = "8a1f23fa97e1d1641371b51f35535cb26959b8e27ab50d167a8b996b5bada819" dependencies = [ "clap_builder", "clap_derive", @@ -1272,9 +1272,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.2.3" +version = "4.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e067b220911598876eb55d52725ddcc201ffe3f0904018195973bc5b012ea2ca" +checksum = "0fdc5d93c358224b4d6867ef1356d740de2303e9892edc06c5340daeccd96bab" dependencies = [ "anstream", "anstyle 1.0.0", @@ -1908,7 +1908,7 @@ dependencies = [ name = "cumulus-client-cli" version = "0.1.0" dependencies = [ - "clap 4.2.3", + "clap 4.2.5", "parity-scale-codec", "sc-chain-spec", "sc-cli", @@ -2551,7 +2551,7 @@ name = "cumulus-test-service" version = "0.1.0" dependencies = [ "async-trait", - "clap 4.2.3", + "clap 4.2.5", "criterion", "cumulus-client-cli", "cumulus-client-consensus-common", @@ -3509,7 +3509,7 @@ dependencies = [ "Inflector", "array-bytes 4.2.0", "chrono", - "clap 4.2.3", + "clap 4.2.5", "comfy-table", "frame-benchmarking", "frame-support", @@ -7372,7 +7372,7 @@ dependencies = [ name = "parachain-template-node" version = "0.1.0" dependencies = [ - "clap 4.2.3", + "clap 4.2.5", "color-print", "cumulus-client-cli", "cumulus-client-consensus-aura", @@ -7966,7 +7966,7 @@ name = "polkadot-cli" version = "0.9.41" source = "git+https://github.com/paritytech/polkadot?branch=master#1d8ccbffd1235d4d1d3a0bf02132d8ea9105078f" dependencies = [ - "clap 4.2.3", + "clap 4.2.5", "frame-benchmarking-cli", "futures", "log", @@ -8658,7 +8658,7 @@ dependencies = [ "bridge-hub-kusama-runtime", "bridge-hub-polkadot-runtime", "bridge-hub-rococo-runtime", - "clap 4.2.3", + "clap 4.2.5", "collectives-polkadot-runtime", "color-print", "contracts-rococo-runtime", @@ -10446,7 +10446,7 @@ source = "git+https://github.com/paritytech/substrate?branch=master#74b2c92066ec dependencies = [ "array-bytes 4.2.0", "chrono", - "clap 4.2.3", + "clap 4.2.5", "fdlimit", "futures", "libp2p", @@ -11305,7 +11305,7 @@ name = "sc-storage-monitor" version = "0.1.0" source = "git+https://github.com/paritytech/substrate?branch=master#74b2c92066ec3abcb612faa9272f246ae339fab3" dependencies = [ - "clap 4.2.3", + "clap 4.2.5", "fs4", "futures", "log", @@ -13804,7 +13804,7 @@ version = "0.10.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#74b2c92066ec3abcb612faa9272f246ae339fab3" dependencies = [ "async-trait", - "clap 4.2.3", + "clap 4.2.5", "frame-remote-externalities", "frame-try-runtime", "hex",