From fbc0c2fb94fcddafd03f901641c0b694fc4bb42d Mon Sep 17 00:00:00 2001 From: Diego Date: Mon, 15 Jul 2024 16:39:08 +0200 Subject: [PATCH] upgrade bearssl --- chronos.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chronos.nimble b/chronos.nimble index a6ae7491..2e962d5b 100644 --- a/chronos.nimble +++ b/chronos.nimble @@ -10,7 +10,7 @@ skipDirs = @["tests"] requires "nim >= 1.6.16", "results", "stew", - "bearssl >= 0.2.3", + "bearssl >= 0.2.4", "httputils", "unittest2"