From 438cee6bed6d1b124634b705c84b36d37c96bb3a Mon Sep 17 00:00:00 2001 From: Fabian Stamm Date: Sun, 16 Aug 2020 19:28:12 +0200 Subject: [PATCH] Upgrading deps --- cli/deps.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cli/deps.ts b/cli/deps.ts index 5ac82cb..a3ff6ac 100644 --- a/cli/deps.ts +++ b/cli/deps.ts @@ -1,7 +1,7 @@ export * as Compress from "https://deno.hibas123.de/raw/@denreg-tar/mod.ts"; export * as Ini from "https://deno.land/x/ini/mod.ts"; export * as Cliffy from "https://deno.land/x/cliffy/mod.ts"; -export * as Base64 from "https://deno.land/std@0.63.0/encoding/base64.ts"; -export * as FS from "https://deno.land/std@0.63.0/fs/mod.ts"; -export * as Colors from "https://deno.land/std@0.63.0/fmt/colors.ts"; -export * as Path from "https://deno.land/std@0.63.0/path/mod.ts"; +export * as Base64 from "https://deno.land/std@0.65.0/encoding/base64.ts"; +export * as FS from "https://deno.land/std@0.65.0/fs/mod.ts"; +export * as Colors from "https://deno.land/std@0.65.0/fmt/colors.ts"; +export * as Path from "https://deno.land/std@0.65.0/path/mod.ts";