Remove redundant libp2p dependency from test runner (#8455)

* Upgrade test runner to use latest libp2p

* Update test-utils/test-runner/Cargo.toml

Co-authored-by: Pierre Krieger <pierre.krieger1708@gmail.com>

* Update Cargo.lock

Co-authored-by: Pierre Krieger <pierre.krieger1708@gmail.com>
This commit is contained in:
Andrew Jones
2021-03-25 13:46:36 +00:00
committed by GitHub
parent c529f13878
commit b483c026e9
2 changed files with 1 additions and 3 deletions
-1
View File
@@ -9712,7 +9712,6 @@ dependencies = [
"futures 0.1.31",
"futures 0.3.13",
"jsonrpc-core",
"libp2p",
"log",
"node-cli",
"parity-scale-codec 1.3.7",
+1 -2
View File
@@ -50,7 +50,6 @@ futures01 = { package = "futures", version = "0.1.29" }
futures = { package = "futures", version = "0.3", features = ["compat"] }
rand = "0.7"
tokio = { version = "0.2", features = ["full"] }
libp2p = "0.35.1"
# Calling RPC
jsonrpc-core = "15.1"
@@ -58,4 +57,4 @@ jsonrpc-core = "15.1"
sc-finality-grandpa = { version = "0.9.0", path = "../../client/finality-grandpa" }
sc-consensus-babe = { version = "0.9.0", path = "../../client/consensus/babe" }
sp-consensus-babe = { version = "0.9.0", path = "../../primitives/consensus/babe" }
node-cli = { version = "2.0.0", path = "../../bin/node/cli" }
node-cli = { version = "2.0.0", path = "../../bin/node/cli" }