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.1.31",
"futures 0.3.13", "futures 0.3.13",
"jsonrpc-core", "jsonrpc-core",
"libp2p",
"log", "log",
"node-cli", "node-cli",
"parity-scale-codec 1.3.7", "parity-scale-codec 1.3.7",
@@ -50,7 +50,6 @@ futures01 = { package = "futures", version = "0.1.29" }
futures = { package = "futures", version = "0.3", features = ["compat"] } futures = { package = "futures", version = "0.3", features = ["compat"] }
rand = "0.7" rand = "0.7"
tokio = { version = "0.2", features = ["full"] } tokio = { version = "0.2", features = ["full"] }
libp2p = "0.35.1"
# Calling RPC # Calling RPC
jsonrpc-core = "15.1" jsonrpc-core = "15.1"