From 82def41a53742d9f8e840a68105ec31532737de2 Mon Sep 17 00:00:00 2001 From: Miroslav Shubernetskiy Date: Thu, 4 Jan 2024 11:25:12 -0500 Subject: [PATCH] feat: adding sink retries via nimutils/con4m --- chalk.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chalk.nimble b/chalk.nimble index e8250e0a..c6e954e9 100644 --- a/chalk.nimble +++ b/chalk.nimble @@ -8,7 +8,7 @@ bin = @["chalk"] # Dependencies requires "nim >= 2.0.0" -requires "https://github.com/crashappsec/con4m#bfc08b2d9a554b75bb8241613a2624b8a98e1f1f" +requires "https://github.com/crashappsec/con4m#904639b9f51e655b908e221db26fbdd9fff382b3" requires "https://github.com/viega/zippy == 0.10.7" # MIT requires "https://github.com/aruZeta/QRgen == 3.0.0" # MIT