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