From b91aecd2deae64c149257bcce550537d9f8a0764 Mon Sep 17 00:00:00 2001 From: drashbot <59404681+drashbot@users.noreply.github.com> Date: Tue, 18 Oct 2022 00:57:03 +0000 Subject: [PATCH] chore: update deps --- deps.ts | 2 +- tests/deps.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deps.ts b/deps.ts index 4e8092c..685b2bd 100644 --- a/deps.ts +++ b/deps.ts @@ -1,2 +1,2 @@ -import * as colors from "https://deno.land/std@0.159.0/fmt/colors.ts"; +import * as colors from "https://deno.land/std@0.160.0/fmt/colors.ts"; export { colors }; diff --git a/tests/deps.ts b/tests/deps.ts index 21f20d0..d68d3be 100644 --- a/tests/deps.ts +++ b/tests/deps.ts @@ -1 +1 @@ -export { assertEquals } from "https://deno.land/std@0.159.0/testing/asserts.ts"; +export { assertEquals } from "https://deno.land/std@0.160.0/testing/asserts.ts";