From 91fb88ac6f989b320e765769c0d24375a2cb76b3 Mon Sep 17 00:00:00 2001 From: GitHub Date: Thu, 28 Sep 2023 00:37:14 +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 4c67b02..361b033 100644 --- a/deps/testing.ts +++ b/deps/testing.ts @@ -1,2 +1,2 @@ -export * from "https://deno.land/std@0.202.0/testing/asserts.ts"; -export * from "https://deno.land/std@0.202.0/testing/snapshot.ts"; +export * from "https://deno.land/std@0.203.0/testing/asserts.ts"; +export * from "https://deno.land/std@0.203.0/testing/snapshot.ts";