mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-11 09:31:12 +00:00
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:
Generated
-1
@@ -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",
|
||||
|
||||
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user