From 9416b993977baa1654737f812ebc1d4eeb8c21c2 Mon Sep 17 00:00:00 2001 From: Eric <5089238+emizzle@users.noreply.github.com> Date: Wed, 30 Oct 2024 18:21:42 +1100 Subject: [PATCH] bumps websock to forked version 0.2.0 --- json_rpc.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json_rpc.nimble b/json_rpc.nimble index a96d257..0880cb0 100644 --- a/json_rpc.nimble +++ b/json_rpc.nimble @@ -24,7 +24,7 @@ requires "nim >= 1.6.0", "chronos >= 4.0.0 & < 4.1.0", "httputils#head", "chronicles", - "websock >= 0.1.0 & < 0.2.0", + "https://github.com/codex-storage/nim-websock >= 0.2.0 & < 0.3.0", "json_serialization", "unittest2"