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:
Sergio Chouhy
2026-08-13 19:36:59 -03:00
parent 0332c84ee6
commit 219fd3aa3e
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -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.