From 1a0a04e81e32126b52d5fad2a1f1afc59afc6780 Mon Sep 17 00:00:00 2001 From: GitHub Date: Sun, 6 Nov 2022 02:02:56 +0000 Subject: [PATCH] :arrow_up: Update Dependencies --- deps.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deps.ts b/deps.ts index 19d307b..dea7459 100644 --- a/deps.ts +++ b/deps.ts @@ -1,4 +1,4 @@ -export * as Colors from "https://deno.land/std@0.159.0/fmt/colors.ts"; -export * from "https://deno.land/std@0.159.0/testing/asserts.ts"; +export * as Colors from "https://deno.land/std@0.162.0/fmt/colors.ts"; +export * from "https://deno.land/std@0.162.0/testing/asserts.ts"; export * from "https://deno.land/x/expect@v0.2.10/mod.ts"; -export * from "https://deno.land/std@0.159.0/streams/conversion.ts"; +export * from "https://deno.land/std@0.162.0/streams/conversion.ts";