From 3ba7c9ac15d74500ee2caa20740c883621f55955 Mon Sep 17 00:00:00 2001 From: Bidek56 Date: Wed, 15 Jul 2020 17:07:37 -0400 Subject: [PATCH] Upgrading std version to 0.61 --- deps.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps.ts b/deps.ts index f0444b8..823d641 100644 --- a/deps.ts +++ b/deps.ts @@ -1 +1 @@ -export { encode } from "https://deno.land/std@0.60.0/encoding/utf8.ts"; +export { encode } from "https://deno.land/std@0.61.0/encoding/utf8.ts";