Remove unused deps (#1102)

* remove unused dev deps

* Removing unused deps
This commit is contained in:
Squirrel
2021-09-01 13:18:45 +01:00
committed by Bastian Köcher
parent ccfc1082f8
commit 8b52cd2593
18 changed files with 17 additions and 87 deletions
@@ -19,7 +19,6 @@ tokio = "1.8"
# Bridge dependencies
bp-header-chain = { path = "../../primitives/header-chain" }
bp-messages = { path = "../../primitives/messages" }
bp-runtime = { path = "../../primitives/runtime" }
finality-relay = { path = "../finality" }
headers-relay = { path = "../headers" }
@@ -38,7 +37,6 @@ sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch
sp-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-storage = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-std = { 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" }