From c91ccc8a91783ae3ea9251642f0e85057b56e900 Mon Sep 17 00:00:00 2001 From: GitHub Date: Fri, 2 Feb 2024 00:38:11 +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 67f4edf..a3b50cb 100644 --- a/deps/testing.ts +++ b/deps/testing.ts @@ -1,2 +1,2 @@ -export * from "https://deno.land/std@0.213.0/testing/asserts.ts"; -export * from "https://deno.land/std@0.213.0/testing/snapshot.ts"; +export * from "https://deno.land/std@0.214.0/testing/asserts.ts"; +export * from "https://deno.land/std@0.214.0/testing/snapshot.ts";