From 6238c7f7fb50cebc76db400b2121cfa7983a12f4 Mon Sep 17 00:00:00 2001 From: GitHub Date: Thu, 14 Dec 2023 00:39:30 +0000 Subject: [PATCH] :arrow_up: update deno dependencies --- deps/testing.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deps/testing.ts b/deps/testing.ts index 8b0aba5..8008d7b 100644 --- a/deps/testing.ts +++ b/deps/testing.ts @@ -1,2 +1,2 @@ -export * from "https://deno.land/std@0.208.0/testing/asserts.ts"; -export * from "https://deno.land/std@0.208.0/testing/snapshot.ts"; +export * from "https://deno.land/std@0.209.0/testing/asserts.ts"; +export * from "https://deno.land/std@0.209.0/testing/snapshot.ts";