Replace request-response incoming requests queue with async-channel (#14199)

This commit is contained in:
Dmitry Markin
2023-05-24 12:24:09 +03:00
committed by GitHub
parent 4766ec5531
commit db90f3b622
13 changed files with 53 additions and 53 deletions
@@ -16,6 +16,7 @@ targets = ["x86_64-unknown-linux-gnu"]
prost-build = "0.11"
[dependencies]
async-channel = "1.8.0"
cid = "0.8.6"
futures = "0.3.21"
libp2p-identity = { version = "0.1.2", features = ["peerid"] }