update libp2p (#3233)

## Issue Addressed
na

## Proposed Changes
Updates libp2p to https://github.com/libp2p/rust-libp2p/pull/2662

## Additional Info
From comments on the relevant PRs listed, we should pay attention at peer management consistency, but I don't think anything weird will happen.
This is running in prater tok and sin
This commit is contained in:
Divma
2022-06-07 02:35:55 +00:00
parent 54cf94ea59
commit 58e223e429
2 changed files with 169 additions and 100 deletions

View File

@@ -38,11 +38,11 @@ directory = { path = "../../common/directory" }
regex = "1.5.5"
strum = { version = "0.24.0", features = ["derive"] }
superstruct = "0.5.0"
prometheus-client = "0.15.0"
prometheus-client = "0.16.0"
unused_port = { path = "../../common/unused_port" }
[dependencies.libp2p]
version = "0.43.0"
version = "0.45.0"
default-features = false
features = ["websocket", "identify", "mplex", "yamux", "noise", "gossipsub", "dns-tokio", "tcp-tokio", "plaintext", "secp256k1"]