From 2b343ced34f896c2ad7ad375627f0dab0dba2e49 Mon Sep 17 00:00:00 2001 From: v 1 r t l Date: Thu, 23 Feb 2023 06:51:36 +0200 Subject: [PATCH] bump std (#19) --- src/deps.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/deps.ts b/src/deps.ts index d18c2b1..b2406fb 100644 --- a/src/deps.ts +++ b/src/deps.ts @@ -1,2 +1,2 @@ -export * as colors from "https://deno.land/std@0.106.0/fmt/colors.ts"; +export * as colors from "https://deno.land/std@0.177.0/fmt/colors.ts"; export { expect, mock } from "https://deno.land/x/expect@v0.2.9/mod.ts";