mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-24 18:15:48 +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.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"
|
||||||
|
|||||||
Reference in New Issue
Block a user