From 89339eaf96e3adba0c3c9b1648710f4ebf54d60b Mon Sep 17 00:00:00 2001 From: Ivan FB Date: Tue, 14 Apr 2026 02:26:59 +0200 Subject: [PATCH] use same lsquic and jwt as libp2p repo in 1.15.3 --- waku.nimble | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/waku.nimble b/waku.nimble index 409e59193..f4bfd642a 100644 --- a/waku.nimble +++ b/waku.nimble @@ -61,8 +61,8 @@ requires "nim >= 2.2.4", # Packages not on nimble (use git URLs) requires "https://github.com/logos-messaging/nim-ffi" -requires "https://github.com/vacp2p/nim-lsquic" -requires "https://github.com/vacp2p/nim-jwt.git#057ec95eb5af0eea9c49bfe9025b3312c95dc5f2" +requires "https://github.com/vacp2p/nim-lsquic#6ae249c5d9f5eba9999704e1ffe77483cbf8fcdd" +requires "https://github.com/vacp2p/nim-jwt.git#18f8378de52b241f321c1f9ea905456e89b95c6f" proc getMyCPU(): string = ## Need to set cpu more explicit manner to avoid arch issues between dependencies