From 2e52aebe1b2cf1bda4e31b3d9dce0a26e13474ab Mon Sep 17 00:00:00 2001 From: Frederik Gartenmeister Date: Thu, 9 Nov 2023 13:40:55 +0100 Subject: [PATCH] fix: taplo --- runtime/integration-tests/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/integration-tests/Cargo.toml b/runtime/integration-tests/Cargo.toml index 7fd20d7122..e3fcd8915b 100644 --- a/runtime/integration-tests/Cargo.toml +++ b/runtime/integration-tests/Cargo.toml @@ -13,9 +13,9 @@ fudge = { git = "https://github.com/centrifuge/fudge", branch = "polkadot-v0.9.4 fudge-core = { git = "https://github.com/centrifuge/fudge", branch = "polkadot-v0.9.43" } lazy_static = "1.4.0" serde = { version = "1.0.119" } +thiserror = "1.0.30" tokio = { version = "1.15", features = ["macros"] } tracing-subscriber = "0.2" -thiserror = "1.0.30" # Substrate ## Substrate-Frame @@ -27,9 +27,9 @@ pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" } pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" } pallet-beefy = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" } -pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" } pallet-collective = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" } pallet-democracy = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" } +pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" } pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" } pallet-message-queue = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" } pallet-preimage = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }