From 5ec2e40a738bf4bbc7d681fc0247127b3e7c20ca Mon Sep 17 00:00:00 2001 From: markspanbroek Date: Mon, 12 Sep 2022 17:59:39 +0200 Subject: [PATCH] [build] Update asynctest to version 0.3.2 (#244) Includes a fix for Nil exception on unthandled exception --- codex.nimble | 2 +- vendor/asynctest | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/codex.nimble b/codex.nimble index 5c9e5428..50156e60 100644 --- a/codex.nimble +++ b/codex.nimble @@ -8,7 +8,7 @@ binDir = "build" srcDir = "." requires "nim >= 1.2.0", - "asynctest >= 0.3.0 & < 0.4.0", + "asynctest >= 0.3.2 & < 0.4.0", "bearssl >= 0.1.4", "chronicles >= 0.7.2", "chronos >= 2.5.2", diff --git a/vendor/asynctest b/vendor/asynctest index 5347c59b..a236a5f0 160000 --- a/vendor/asynctest +++ b/vendor/asynctest @@ -1 +1 @@ -Subproject commit 5347c59b4b057443a014722aa40800cd8bb95c69 +Subproject commit a236a5f0f3031573ac2cb082b63dbf6e170e06e7