mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-03-16 09:33:10 +00:00
chore: update libp2p
This commit is contained in:
parent
301b07f2ad
commit
2d26cf2638
11
waku.nimble
11
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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user