From f9deb5a6fc5dac7395e19ea3e72c9ec38d01fd77 Mon Sep 17 00:00:00 2001 From: Eric <5089238+emizzle@users.noreply.github.com> Date: Thu, 13 Feb 2025 15:52:27 +1100 Subject: [PATCH] fix dep versions --- datastore.nimble | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/datastore.nimble b/datastore.nimble index cc57207..b4aea80 100644 --- a/datastore.nimble +++ b/datastore.nimble @@ -8,10 +8,10 @@ license = "Apache License 2.0 or MIT" requires "nim >= 2.0.14", "asynctest >= 0.5.2 & < 0.6.0", - "chronos >= 4.0.3 & < 5.0.0", + "chronos >= 4.0.4 & < 5.0.0", "questionable >= 0.10.15 & < 0.11.0", "sqlite3_abi >= 3.47.0.0 & < 4.0.0.0", - "leveldbstatic >= 0.2.0 & < 1.0.0", + "leveldbstatic >= 0.2.0 & < 0.3.0", "stew >= 0.2.0 & < 0.3.0", "unittest2 >= 0.2.3 & < 0.3.0"