From cf99af8e93fbd9bc1fb66fad63c017f1b01aa3b2 Mon Sep 17 00:00:00 2001 From: GitHub Date: Sat, 14 Jan 2023 00:42:20 +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 a4f7e8b..46aafb4 100644 --- a/deps/testing.ts +++ b/deps/testing.ts @@ -1,2 +1,2 @@ -export * from "https://deno.land/std@0.171.0/testing/asserts.ts"; -export * from "https://deno.land/std@0.171.0/testing/snapshot.ts"; +export * from "https://deno.land/std@0.172.0/testing/asserts.ts"; +export * from "https://deno.land/std@0.172.0/testing/snapshot.ts";