From 9f079432c13a49286009661c3ce16e32ed5c5d67 Mon Sep 17 00:00:00 2001 From: girazoki Date: Tue, 29 Aug 2023 12:40:37 +0200 Subject: [PATCH] update lock --- Cargo.lock | 110 ++++++++++++++++++++++++++--------------------------- 1 file changed, 55 insertions(+), 55 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8badee13..9da12861 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5109,10 +5109,10 @@ dependencies = [ "hex-literal 0.3.4", "jsonrpsee", "log", + "moonkit-template-runtime", "nimbus-consensus", "nimbus-primitives", "pallet-transaction-payment-rpc", - "parachain-template-runtime", "parity-scale-codec", "polkadot-cli", "polkadot-parachain", @@ -5153,6 +5153,60 @@ dependencies = [ "substrate-prometheus-endpoint", ] +[[package]] +name = "moonkit-template-runtime" +version = "0.9.0" +dependencies = [ + "cumulus-pallet-dmp-queue", + "cumulus-pallet-parachain-system", + "cumulus-pallet-xcm", + "cumulus-pallet-xcmp-queue", + "cumulus-primitives-core", + "cumulus-primitives-timestamp", + "cumulus-primitives-utility", + "frame-benchmarking", + "frame-executive", + "frame-support", + "frame-system", + "frame-system-benchmarking", + "frame-system-rpc-runtime-api", + "hex-literal 0.3.4", + "log", + "nimbus-primitives", + "pallet-author-inherent", + "pallet-author-slot-filter", + "pallet-balances", + "pallet-insecure-randomness-collective-flip", + "pallet-sudo", + "pallet-template", + "pallet-timestamp", + "pallet-transaction-payment", + "pallet-transaction-payment-rpc-runtime-api", + "pallet-xcm", + "parachain-info", + "parity-scale-codec", + "polkadot-parachain", + "polkadot-runtime-common", + "scale-info", + "serde", + "smallvec", + "sp-api", + "sp-block-builder", + "sp-core", + "sp-inherents", + "sp-io", + "sp-offchain", + "sp-runtime", + "sp-session", + "sp-std", + "sp-transaction-pool", + "sp-version", + "substrate-wasm-builder", + "xcm", + "xcm-builder", + "xcm-executor", +] + [[package]] name = "multiaddr" version = "0.17.1" @@ -6793,60 +6847,6 @@ dependencies = [ "scale-info", ] -[[package]] -name = "parachain-template-runtime" -version = "0.9.0" -dependencies = [ - "cumulus-pallet-dmp-queue", - "cumulus-pallet-parachain-system", - "cumulus-pallet-xcm", - "cumulus-pallet-xcmp-queue", - "cumulus-primitives-core", - "cumulus-primitives-timestamp", - "cumulus-primitives-utility", - "frame-benchmarking", - "frame-executive", - "frame-support", - "frame-system", - "frame-system-benchmarking", - "frame-system-rpc-runtime-api", - "hex-literal 0.3.4", - "log", - "nimbus-primitives", - "pallet-author-inherent", - "pallet-author-slot-filter", - "pallet-balances", - "pallet-insecure-randomness-collective-flip", - "pallet-sudo", - "pallet-template", - "pallet-timestamp", - "pallet-transaction-payment", - "pallet-transaction-payment-rpc-runtime-api", - "pallet-xcm", - "parachain-info", - "parity-scale-codec", - "polkadot-parachain", - "polkadot-runtime-common", - "scale-info", - "serde", - "smallvec", - "sp-api", - "sp-block-builder", - "sp-core", - "sp-inherents", - "sp-io", - "sp-offchain", - "sp-runtime", - "sp-session", - "sp-std", - "sp-transaction-pool", - "sp-version", - "substrate-wasm-builder", - "xcm", - "xcm-builder", - "xcm-executor", -] - [[package]] name = "parity-db" version = "0.4.8"