From 95e8edfc28acc7b7c7fa25685dc8b36650cc61b4 Mon Sep 17 00:00:00 2001 From: GitHub Date: Sat, 2 Sep 2023 00:35:10 +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 710902c..c1dd33e 100644 --- a/deps/testing.ts +++ b/deps/testing.ts @@ -1,2 +1,2 @@ -export * from "https://deno.land/std@0.200.0/testing/asserts.ts"; -export * from "https://deno.land/std@0.200.0/testing/snapshot.ts"; +export * from "https://deno.land/std@0.201.0/testing/asserts.ts"; +export * from "https://deno.land/std@0.201.0/testing/snapshot.ts";