From 2d26cf263864ba31e87deb1f31159f49f0f82338 Mon Sep 17 00:00:00 2001 From: kaichaosun Date: Mon, 15 Sep 2025 15:29:07 +0800 Subject: [PATCH] chore: update libp2p --- waku.nimble | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/waku.nimble b/waku.nimble index 31073839f..b97d744c8 100644 --- a/waku.nimble +++ b/waku.nimble @@ -11,24 +11,25 @@ license = "MIT or Apache License 2.0" ### Dependencies requires "nim >= 2.2.4", "chronicles", - "confutils#e214b39", + "confutils", "chronos", "dnsdisc", "eth", "json_rpc", "libbacktrace", "nimcrypto", - "serialization >= 0.4.9", + "serialization", "stew", "stint", "metrics", - "libp2p == 1.10.1", # Only for Waku v2 - "web3#48fb2d4", # fix 0.7.0 undeclared field: 'stream' error + "libp2p >= 1.12.0", + "web3", "presto", "regex", "results", "db_connector", - "minilru" + "minilru", + "https://github.com/vacp2p/mix#e45cd05" ### Helper functions