From 37a8ed52ba5ddedda97e35d19defffd266d83078 Mon Sep 17 00:00:00 2001 From: dimgigov Date: Tue, 26 May 2026 13:23:54 +0300 Subject: [PATCH] deps: bump jwt-nim-baraba to v2.1.2 (security fixes & Nim 2.2 compat) --- baradadb.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/baradadb.nimble b/baradadb.nimble index 9b9a4ec..6a9fed4 100644 --- a/baradadb.nimble +++ b/baradadb.nimble @@ -10,7 +10,7 @@ binDir = "build" # Dependencies requires "nim >= 2.2.0" requires "https://github.com/katehonz/hunos >= 1.3.0" -requires "https://github.com/katehonz/jwt-nim-baraba >= 2.1.0" +requires "https://github.com/katehonz/jwt-nim-baraba#fbe084b" # v2.1.2 - security fixes & Nim 2.2 compat requires "checksums >= 0.2.0" # Tasks