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",