From 6d9dc636706556b763ae4b1d95704d1aa79fa95e Mon Sep 17 00:00:00 2001 From: Branislav Kontur Date: Wed, 11 Jan 2023 12:43:42 +0100 Subject: [PATCH] `cargo machete` removed unused deps (#1761) --- Cargo.lock | 39 ------------------- bin/millau/node/Cargo.toml | 1 - bin/millau/runtime/Cargo.toml | 2 - bin/rialto-parachain/node/Cargo.toml | 1 - bin/rialto-parachain/runtime/Cargo.toml | 2 - bin/rialto/runtime/Cargo.toml | 2 - modules/beefy/Cargo.toml | 4 -- primitives/beefy/Cargo.toml | 7 ---- .../chain-bridge-hub-cumulus/Cargo.toml | 6 --- primitives/chain-bridge-hub-rococo/Cargo.toml | 4 -- primitives/messages/Cargo.toml | 1 - relays/bin-substrate/Cargo.toml | 8 ---- relays/client-bridge-hub-rococo/Cargo.toml | 2 - relays/client-kusama/Cargo.toml | 1 - relays/client-polkadot/Cargo.toml | 1 - relays/client-rialto-parachain/Cargo.toml | 5 --- relays/client-rococo/Cargo.toml | 1 - relays/client-substrate/Cargo.toml | 2 - relays/client-westend/Cargo.toml | 1 - relays/client-wococo/Cargo.toml | 1 - relays/lib-substrate-relay/Cargo.toml | 1 - relays/messages/Cargo.toml | 1 - 22 files changed, 93 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3c20c1b0919..ca943d6b1ac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -718,12 +718,8 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-application-crypto", - "sp-core", - "sp-io", "sp-runtime", "sp-std", - "static_assertions", ] [[package]] @@ -732,13 +728,10 @@ version = "0.1.0" dependencies = [ "bp-messages", "bp-polkadot-core", - "bp-runtime", "frame-support", "frame-system", "polkadot-primitives", - "polkadot-runtime-constants", "sp-api", - "sp-std", ] [[package]] @@ -749,7 +742,6 @@ dependencies = [ "bp-messages", "bp-runtime", "frame-support", - "polkadot-runtime-constants", "sp-api", "sp-std", ] @@ -803,7 +795,6 @@ dependencies = [ "frame-support", "hex", "hex-literal", - "impl-trait-for-tuples", "parity-scale-codec", "scale-info", "serde", @@ -4852,7 +4843,6 @@ dependencies = [ "async-std", "async-trait", "bp-messages", - "bp-runtime", "finality-relay", "futures", "hex", @@ -4903,7 +4893,6 @@ dependencies = [ "sc-telemetry", "sc-transaction-pool", "serde_json", - "sp-consensus", "sp-consensus-aura", "sp-core", "sp-finality-grandpa", @@ -4935,7 +4924,6 @@ dependencies = [ "frame-system", "frame-system-rpc-runtime-api", "hex-literal", - "log", "pallet-aura", "pallet-balances", "pallet-beefy", @@ -5670,7 +5658,6 @@ dependencies = [ name = "pallet-bridge-beefy" version = "0.1.0" dependencies = [ - "beefy-merkle-tree", "beefy-primitives", "bp-beefy", "bp-runtime", @@ -5682,7 +5669,6 @@ dependencies = [ "pallet-beefy-mmr", "pallet-mmr", "parity-scale-codec", - "primitive-types", "rand 0.8.5", "scale-info", "serde", @@ -8500,8 +8486,6 @@ dependencies = [ "bp-header-chain", "bp-messages", "bp-parachains", - "bp-rococo", - "bp-runtime", "bp-wococo", "bridge-runtime-common", "parity-scale-codec", @@ -8537,7 +8521,6 @@ name = "relay-kusama-client" version = "0.1.0" dependencies = [ "bp-kusama", - "frame-support", "relay-substrate-client", "relay-utils", "sp-core", @@ -8565,7 +8548,6 @@ name = "relay-polkadot-client" version = "0.1.0" dependencies = [ "bp-polkadot", - "frame-support", "relay-substrate-client", "relay-utils", "sp-core", @@ -8597,14 +8579,9 @@ dependencies = [ "bp-millau", "bp-polkadot-core", "bp-rialto-parachain", - "bp-runtime", "bridge-runtime-common", - "frame-support", - "frame-system", - "pallet-transaction-payment", "parity-scale-codec", "relay-substrate-client", - "relay-utils", "scale-info", "sp-core", "sp-runtime", @@ -8615,7 +8592,6 @@ name = "relay-rococo-client" version = "0.1.0" dependencies = [ "bp-rococo", - "frame-support", "relay-substrate-client", "relay-utils", "sp-core", @@ -8651,11 +8627,9 @@ dependencies = [ "sc-transaction-pool-api", "scale-info", "sp-core", - "sp-finality-grandpa", "sp-rpc", "sp-runtime", "sp-std", - "sp-storage", "sp-trie", "sp-version", "thiserror", @@ -8693,7 +8667,6 @@ name = "relay-westend-client" version = "0.1.0" dependencies = [ "bp-westend", - "frame-support", "relay-substrate-client", "relay-utils", "sp-core", @@ -8704,7 +8677,6 @@ name = "relay-wococo-client" version = "0.1.0" dependencies = [ "bp-wococo", - "frame-support", "relay-substrate-client", "relay-utils", "sp-core", @@ -8826,7 +8798,6 @@ dependencies = [ "serde", "sp-api", "sp-block-builder", - "sp-consensus", "sp-consensus-aura", "sp-core", "sp-keystore", @@ -8864,7 +8835,6 @@ dependencies = [ "frame-system-benchmarking", "frame-system-rpc-runtime-api", "hex-literal", - "log", "pallet-aura", "pallet-balances", "pallet-bridge-grandpa", @@ -8915,7 +8885,6 @@ dependencies = [ "frame-support", "frame-system", "frame-system-rpc-runtime-api", - "log", "pallet-authority-discovery", "pallet-babe", "pallet-balances", @@ -11673,8 +11642,6 @@ dependencies = [ "anyhow", "async-std", "async-trait", - "bp-bridge-hub-rococo", - "bp-bridge-hub-wococo", "bp-header-chain", "bp-messages", "bp-millau", @@ -11682,11 +11649,8 @@ dependencies = [ "bp-polkadot-core", "bp-rialto", "bp-rialto-parachain", - "bp-rococo", "bp-runtime", "bp-test-utils", - "bp-westend", - "bp-wococo", "bridge-runtime-common", "finality-grandpa", "frame-support", @@ -11694,11 +11658,9 @@ dependencies = [ "hex", "hex-literal", "log", - "messages-relay", "millau-runtime", "num-format", "num-traits", - "pallet-bridge-messages", "pallet-bridge-parachains", "parachains-relay", "parity-scale-codec", @@ -11760,7 +11722,6 @@ dependencies = [ "pallet-bridge-messages", "pallet-bridge-parachains", "pallet-transaction-payment", - "pallet-utility", "parachains-relay", "parity-scale-codec", "relay-rialto-client", diff --git a/bin/millau/node/Cargo.toml b/bin/millau/node/Cargo.toml index a8d03c6f1a4..b022282b3b2 100644 --- a/bin/millau/node/Cargo.toml +++ b/bin/millau/node/Cargo.toml @@ -40,7 +40,6 @@ sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" } sc-telemetry = { git = "https://github.com/paritytech/substrate", branch = "master" } sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master" } diff --git a/bin/millau/runtime/Cargo.toml b/bin/millau/runtime/Cargo.toml index d3aabdcba39..cf9b0c24d56 100644 --- a/bin/millau/runtime/Cargo.toml +++ b/bin/millau/runtime/Cargo.toml @@ -9,7 +9,6 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0" [dependencies] hex-literal = "0.3" codec = { package = "parity-scale-codec", version = "3.1.5", default-features = false, features = ["derive"] } -log = { version = "0.4.17", default-features = false } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } # Bridge dependencies @@ -98,7 +97,6 @@ std = [ "frame-support/std", "frame-system-rpc-runtime-api/std", "frame-system/std", - "log/std", "pallet-aura/std", "pallet-balances/std", "pallet-beefy/std", diff --git a/bin/rialto-parachain/node/Cargo.toml b/bin/rialto-parachain/node/Cargo.toml index 03d1a28c6a4..4ee6a51fbc6 100644 --- a/bin/rialto-parachain/node/Cargo.toml +++ b/bin/rialto-parachain/node/Cargo.toml @@ -56,7 +56,6 @@ sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "master ## Substrate Primitive Dependencies sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } diff --git a/bin/rialto-parachain/runtime/Cargo.toml b/bin/rialto-parachain/runtime/Cargo.toml index 467fbd3699a..2327a864c2c 100644 --- a/bin/rialto-parachain/runtime/Cargo.toml +++ b/bin/rialto-parachain/runtime/Cargo.toml @@ -12,7 +12,6 @@ substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", bran [dependencies] codec = { package = 'parity-scale-codec', version = '3.1.5', default-features = false, features = ['derive']} hex-literal = "0.3" -log = { version = "0.4.17", default-features = false } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } # Bridge depedencies @@ -95,7 +94,6 @@ std = [ "bp-rialto-parachain/std", "bridge-runtime-common/std", "codec/std", - "log/std", "scale-info/std", "sp-api/std", "sp-std/std", diff --git a/bin/rialto/runtime/Cargo.toml b/bin/rialto/runtime/Cargo.toml index 7220e5790a4..ae8d9cc0d4b 100644 --- a/bin/rialto/runtime/Cargo.toml +++ b/bin/rialto/runtime/Cargo.toml @@ -8,7 +8,6 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0" [dependencies] codec = { package = "parity-scale-codec", version = "3.1.5", default-features = false, features = ["derive"] } -log = { version = "0.4.17", default-features = false } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } # Bridge dependencies @@ -93,7 +92,6 @@ std = [ "frame-support/std", "frame-system-rpc-runtime-api/std", "frame-system/std", - "log/std", "pallet-authority-discovery/std", "pallet-babe/std", "pallet-balances/std", diff --git a/modules/beefy/Cargo.toml b/modules/beefy/Cargo.toml index 25905126d53..923b3541088 100644 --- a/modules/beefy/Cargo.toml +++ b/modules/beefy/Cargo.toml @@ -18,10 +18,8 @@ bp-runtime = { path = "../../primitives/runtime", default-features = false } # Substrate Dependencies -beefy-merkle-tree = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } frame-system = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -primitive-types = { version = "0.12.0", default-features = false, features = ["impl-codec"] } sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } @@ -38,14 +36,12 @@ bp-test-utils = { path = "../../primitives/test-utils" } [features] default = ["std"] std = [ - "beefy-merkle-tree/std", "bp-beefy/std", "bp-runtime/std", "codec/std", "frame-support/std", "frame-system/std", "log/std", - "primitive-types/std", "scale-info/std", "serde", "sp-core/std", diff --git a/primitives/beefy/Cargo.toml b/primitives/beefy/Cargo.toml index 6b169e66113..e619e52cfc2 100644 --- a/primitives/beefy/Cargo.toml +++ b/primitives/beefy/Cargo.toml @@ -10,7 +10,6 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0" codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive", "bit-vec"] } scale-info = { version = "2.0.1", default-features = false, features = ["bit-vec", "derive"] } serde = { version = "1.0", optional = true } -static_assertions = "1.1" # Bridge Dependencies @@ -23,9 +22,6 @@ beefy-primitives = { git = "https://github.com/paritytech/substrate", branch = " frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } pallet-beefy-mmr = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } pallet-mmr = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } @@ -40,9 +36,6 @@ std = [ "pallet-mmr/std", "scale-info/std", "serde", - "sp-application-crypto/std", - "sp-core/std", - "sp-io/std", "sp-runtime/std", "sp-std/std" ] diff --git a/primitives/chain-bridge-hub-cumulus/Cargo.toml b/primitives/chain-bridge-hub-cumulus/Cargo.toml index a4a8f9663df..8896522951b 100644 --- a/primitives/chain-bridge-hub-cumulus/Cargo.toml +++ b/primitives/chain-bridge-hub-cumulus/Cargo.toml @@ -10,7 +10,6 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0" # Bridge Dependencies bp-polkadot-core = { path = "../../primitives/polkadot-core", default-features = false } -bp-runtime = { path = "../../primitives/runtime", default-features = false } bp-messages = { path = "../../primitives/messages", default-features = false } # Substrate Based Dependencies @@ -18,22 +17,17 @@ bp-messages = { path = "../../primitives/messages", default-features = false } frame-system = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } # Polkadot Dependencies polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "master", default-features = false } -polkadot-runtime-constants = { git = "https://github.com/paritytech/polkadot", branch = "master", default-features = false } [features] default = ["std"] std = [ "bp-polkadot-core/std", - "bp-runtime/std", "bp-messages/std", "frame-system/std", "frame-support/std", "sp-api/std", - "sp-std/std", "polkadot-primitives/std", - "polkadot-runtime-constants/std", ] diff --git a/primitives/chain-bridge-hub-rococo/Cargo.toml b/primitives/chain-bridge-hub-rococo/Cargo.toml index 0cc57f39959..85c4225ab55 100644 --- a/primitives/chain-bridge-hub-rococo/Cargo.toml +++ b/primitives/chain-bridge-hub-rococo/Cargo.toml @@ -19,9 +19,6 @@ frame-support = { git = "https://github.com/paritytech/substrate", branch = "mas sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } -# Polkadot Dependencies -polkadot-runtime-constants = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } - [features] default = ["std"] std = [ @@ -31,5 +28,4 @@ std = [ "frame-support/std", "sp-api/std", "sp-std/std", - "polkadot-runtime-constants/std", ] diff --git a/primitives/messages/Cargo.toml b/primitives/messages/Cargo.toml index 4899a1f22da..f54090893a6 100644 --- a/primitives/messages/Cargo.toml +++ b/primitives/messages/Cargo.toml @@ -8,7 +8,6 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0" [dependencies] codec = { package = "parity-scale-codec", version = "3.1.5", default-features = false, features = ["derive", "bit-vec"] } -impl-trait-for-tuples = "0.2" scale-info = { version = "2.1.1", default-features = false, features = ["bit-vec", "derive"] } serde = { version = "1.0", optional = true, features = ["derive"] } diff --git a/relays/bin-substrate/Cargo.toml b/relays/bin-substrate/Cargo.toml index 633ab8fe5bd..4be812be86a 100644 --- a/relays/bin-substrate/Cargo.toml +++ b/relays/bin-substrate/Cargo.toml @@ -22,9 +22,6 @@ signal-hook-async-std = "0.2.2" strum = { version = "0.21.0", features = ["derive"] } # Bridge dependencies - -bp-bridge-hub-rococo = { path = "../../primitives/chain-bridge-hub-rococo" } -bp-bridge-hub-wococo = { path = "../../primitives/chain-bridge-hub-wococo" } bp-header-chain = { path = "../../primitives/header-chain" } bp-messages = { path = "../../primitives/messages" } bp-parachains = { path = "../../primitives/parachains" } @@ -32,14 +29,9 @@ bp-millau = { path = "../../primitives/chain-millau" } bp-polkadot-core = { path = "../../primitives/polkadot-core" } bp-rialto = { path = "../../primitives/chain-rialto" } bp-rialto-parachain = { path = "../../primitives/chain-rialto-parachain" } -bp-rococo = { path = "../../primitives/chain-rococo" } bp-runtime = { path = "../../primitives/runtime" } -bp-westend = { path = "../../primitives/chain-westend" } -bp-wococo = { path = "../../primitives/chain-wococo" } bridge-runtime-common = { path = "../../bin/runtime-common" } -messages-relay = { path = "../messages" } millau-runtime = { path = "../../bin/millau/runtime" } -pallet-bridge-messages = { path = "../../modules/messages" } pallet-bridge-parachains = { path = "../../modules/parachains" } parachains-relay = { path = "../parachains" } relay-millau-client = { path = "../client-millau" } diff --git a/relays/client-bridge-hub-rococo/Cargo.toml b/relays/client-bridge-hub-rococo/Cargo.toml index e650ba9da76..9a9316fa117 100644 --- a/relays/client-bridge-hub-rococo/Cargo.toml +++ b/relays/client-bridge-hub-rococo/Cargo.toml @@ -17,8 +17,6 @@ bp-bridge-hub-wococo = { path = "../../primitives/chain-bridge-hub-wococo" } bp-header-chain = { path = "../../primitives/header-chain" } bp-messages = { path = "../../primitives/messages" } bp-parachains = { path = "../../primitives/parachains" } -bp-rococo = { path = "../../primitives/chain-rococo" } -bp-runtime = { path = "../../primitives/runtime" } bp-wococo = { path = "../../primitives/chain-wococo" } bridge-runtime-common = { path = "../../bin/runtime-common" } diff --git a/relays/client-kusama/Cargo.toml b/relays/client-kusama/Cargo.toml index 2efe62d8ec8..e4d83d88ceb 100644 --- a/relays/client-kusama/Cargo.toml +++ b/relays/client-kusama/Cargo.toml @@ -15,5 +15,4 @@ bp-kusama = { path = "../../primitives/chain-kusama" } # Substrate Dependencies -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } diff --git a/relays/client-polkadot/Cargo.toml b/relays/client-polkadot/Cargo.toml index aefbadfdd18..cc16ec1f5c3 100644 --- a/relays/client-polkadot/Cargo.toml +++ b/relays/client-polkadot/Cargo.toml @@ -15,5 +15,4 @@ bp-polkadot = { path = "../../primitives/chain-polkadot" } # Substrate Dependencies -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } diff --git a/relays/client-rialto-parachain/Cargo.toml b/relays/client-rialto-parachain/Cargo.toml index 8ecc915f953..f3c4a1d42f8 100644 --- a/relays/client-rialto-parachain/Cargo.toml +++ b/relays/client-rialto-parachain/Cargo.toml @@ -16,16 +16,11 @@ bp-messages = { path = "../../primitives/messages" } bp-millau = { path = "../../primitives/chain-millau" } bp-polkadot-core = { path = "../../primitives/polkadot-core" } bp-rialto-parachain = { path = "../../primitives/chain-rialto-parachain" } -bp-runtime = { path = "../../primitives/runtime" } bridge-runtime-common = { path = "../../bin/runtime-common" } relay-substrate-client = { path = "../client-substrate" } -relay-utils = { path = "../utils" } # Substrate Dependencies -frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } diff --git a/relays/client-rococo/Cargo.toml b/relays/client-rococo/Cargo.toml index 14d3c8ca232..cc197ba8562 100644 --- a/relays/client-rococo/Cargo.toml +++ b/relays/client-rococo/Cargo.toml @@ -15,5 +15,4 @@ bp-rococo = { path = "../../primitives/chain-rococo" } # Substrate Dependencies -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } diff --git a/relays/client-substrate/Cargo.toml b/relays/client-substrate/Cargo.toml index f9760a32603..229de0cc09d 100644 --- a/relays/client-substrate/Cargo.toml +++ b/relays/client-substrate/Cargo.toml @@ -40,11 +40,9 @@ sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "mas sc-rpc-api = { git = "https://github.com/paritytech/substrate", branch = "master" } sc-transaction-pool-api = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-std = { git = "https://github.com/paritytech/substrate", branch = "master" } -sp-storage = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-version = { git = "https://github.com/paritytech/substrate", branch = "master" } diff --git a/relays/client-westend/Cargo.toml b/relays/client-westend/Cargo.toml index 57d2ca3b1e7..c60305868ad 100644 --- a/relays/client-westend/Cargo.toml +++ b/relays/client-westend/Cargo.toml @@ -15,5 +15,4 @@ bp-westend = { path = "../../primitives/chain-westend" } # Substrate Dependencies -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } diff --git a/relays/client-wococo/Cargo.toml b/relays/client-wococo/Cargo.toml index 5b97694af1c..19483ab22fd 100644 --- a/relays/client-wococo/Cargo.toml +++ b/relays/client-wococo/Cargo.toml @@ -14,5 +14,4 @@ relay-utils = { path = "../utils" } bp-wococo = { path = "../../primitives/chain-wococo" } # Substrate Dependencies -frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } diff --git a/relays/lib-substrate-relay/Cargo.toml b/relays/lib-substrate-relay/Cargo.toml index 1dd7cb7b37d..bdf49d42eab 100644 --- a/relays/lib-substrate-relay/Cargo.toml +++ b/relays/lib-substrate-relay/Cargo.toml @@ -41,7 +41,6 @@ bp-messages = { path = "../../primitives/messages" } frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" } frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" } pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master" } -pallet-utility = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } diff --git a/relays/messages/Cargo.toml b/relays/messages/Cargo.toml index 02e453b1c32..e144926376c 100644 --- a/relays/messages/Cargo.toml +++ b/relays/messages/Cargo.toml @@ -17,7 +17,6 @@ parking_lot = "0.11.0" # Bridge Dependencies bp-messages = { path = "../../primitives/messages" } -bp-runtime = { path = "../../primitives/runtime" } finality-relay = { path = "../finality" } relay-utils = { path = "../utils" }