mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-17 18:21:02 +00:00
Upgrade libp2p to 0.46.1 (#11787)
* Update libp2p to 0.46.0 * Update libp2p to 0.46.1 * Fix telemetry initialization * Fix tests
This commit is contained in:
@@ -22,7 +22,7 @@ codec = { package = "parity-scale-codec", version = "3.0.0", default-features =
|
||||
futures = "0.3.21"
|
||||
futures-timer = "3.0.1"
|
||||
ip_network = "0.4.1"
|
||||
libp2p = { version = "0.45.1", default-features = false, features = ["kad"] }
|
||||
libp2p = { version = "0.46.1", default-features = false, features = ["kad"] }
|
||||
log = "0.4.17"
|
||||
prost = "0.10"
|
||||
rand = "0.7.2"
|
||||
|
||||
Reference in New Issue
Block a user