From 2d75e1ef16e4a1698e1e01d049c58fb139b4d338 Mon Sep 17 00:00:00 2001 From: Ben Date: Mon, 10 Feb 2025 11:13:12 +0100 Subject: [PATCH] updates nim-datastore and nim-codex-dht --- codexcrawler.nimble | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/codexcrawler.nimble b/codexcrawler.nimble index 4f7071e..92bc131 100644 --- a/codexcrawler.nimble +++ b/codexcrawler.nimble @@ -20,9 +20,9 @@ requires "libp2p == 1.5.0" requires "metrics#cacfdc12454a0804c65112b9f4f50d1375208dcd" requires "stew >= 0.2.0" requires "stint#3236fa68394f1e3a06e2bc34218aacdd2d675923" -requires "https://github.com/codex-storage/nim-datastore#b5635ef82f50255bc5ff2fe411722d870bcb587c" +requires "https://github.com/codex-storage/nim-datastore#421c0c312872319f46bf0e0964aae39f576a359d" requires "questionable >= 0.10.15 & < 0.11.0" -requires "https://github.com/codex-storage/nim-codex-dht#4bd3a39e0030f8ee269ef217344b6b59ec2be6dc" +requires "https://github.com/codex-storage/nim-codex-dht#165069f4395c74382be9c9d0193781144440e28a" # 7 Jan 2024 - Support for Nim 2.0.14 requires "docopt >= 0.7.1 & < 1.0.0"