From a918d56c5e22e7f2fd5c359a4d64a6e2a0956487 Mon Sep 17 00:00:00 2001 From: Duncan Gibson Date: Sun, 24 Jul 2022 18:49:29 -0400 Subject: [PATCH] chore(deps): :arrow_up: bump `std` to 0.149.0 --- deps.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps.ts b/deps.ts index 82ed025..accfcc6 100644 --- a/deps.ts +++ b/deps.ts @@ -1 +1 @@ -export * from "https://deno.land/std@0.147.0/testing/asserts.ts"; +export * from "https://deno.land/std@0.149.0/testing/asserts.ts";