From 5df3104552d4a9f97ed8a91766f12c4bce35f1e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Lemaire?= Date: Thu, 12 Aug 2021 21:15:19 +0200 Subject: [PATCH] Updated std dependency (to work with Deno 1.13.0) --- deps.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps.ts b/deps.ts index b6a004b..0b07548 100644 --- a/deps.ts +++ b/deps.ts @@ -1 +1 @@ -export { Status, STATUS_TEXT } from "https://deno.land/std@0.69.0/http/mod.ts"; +export { Status, STATUS_TEXT } from "https://deno.land/std@0.104.0/http/mod.ts";