From 92e633dbcdd35849dc6499ab9eb56b473ab537b7 Mon Sep 17 00:00:00 2001 From: Gabriel Cruz <8129788+gmelodie@users.noreply.github.com> Date: Mon, 13 Apr 2026 16:39:15 -0300 Subject: [PATCH] chore: bump nim-jwt version --- waku.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waku.nimble b/waku.nimble index a6e824528..3a7956873 100644 --- a/waku.nimble +++ b/waku.nimble @@ -64,7 +64,7 @@ requires "nim >= 2.2.4", requires "https://github.com/logos-messaging/nim-ffi" requires "https://github.com/vacp2p/nim-lsquic" -requires "https://github.com/vacp2p/nim-jwt.git#18f8378de52b241f321c1f9ea905456e89b95c6f" +requires "https://github.com/vacp2p/nim-jwt.git#057ec95eb5af0eea9c49bfe9025b3312c95dc5f2" proc getMyCPU(): string = ## Need to set cpu more explicit manner to avoid arch issues between dependencies