mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-08-25 03:11:21 +00:00
chore: bump libp2p to 0.56 to match the bedrock dependency
The gossip code pins libp2p 0.55, whose libp2p-swarm-derive requirement (=0.35.0) is unsatisfiable alongside the 0.56 tree pulled in by bedrock.
This commit is contained in:
+1
-1
@@ -167,7 +167,7 @@ bytesize = { version = "2.3.1", features = ["serde"] }
|
||||
humantime-serde = "1.1"
|
||||
arc-swap = "1.7"
|
||||
humantime = "2.1"
|
||||
libp2p = { version = "0.55", features = [
|
||||
libp2p = { version = "0.56", features = [
|
||||
"ed25519",
|
||||
"gossipsub",
|
||||
"identify",
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user