From 75864a705ea0b913d517a5f3640747f8709e9e53 Mon Sep 17 00:00:00 2001 From: NagyZoltanPeter <113987313+NagyZoltanPeter@users.noreply.github.com> Date: Thu, 30 Apr 2026 14:20:11 +0200 Subject: [PATCH] Fix websock nimble dependency version restriction to match lock file. (#3829) --- waku.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waku.nimble b/waku.nimble index d99f05e84..591307c23 100644 --- a/waku.nimble +++ b/waku.nimble @@ -33,7 +33,7 @@ requires "nim >= 2.2.4", "dnsdisc", "dnsclient", "httputils >= 0.4.1", - "websock >= 0.2.1", + "websock >= 0.3.0", # Cryptography "nimcrypto == 0.6.4", # 0.6.4 used in libp2p. Version 0.7.3 makes test to crash on Ubuntu. "secp256k1",