From 68c7a7b9adaea71cc8c1f08957cfc596b5ec45ae Mon Sep 17 00:00:00 2001 From: GitHub Date: Wed, 1 May 2024 00:04:36 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20=20Update=20dependencies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deps.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps.ts b/deps.ts index c8f544a..9a616aa 100644 --- a/deps.ts +++ b/deps.ts @@ -4,4 +4,4 @@ export { assertFalse, assertNotEquals, assertThrows, -} from "https://deno.land/std@0.175.0/testing/asserts.ts"; +} from "https://deno.land/std@0.224.0/testing/asserts.ts";