From 8911316578361521ac46d9f1dd738fe32ae725cd Mon Sep 17 00:00:00 2001 From: drashbot <59404681+drashbot@users.noreply.github.com> Date: Thu, 2 Nov 2023 00:32:17 +0000 Subject: [PATCH] chore: update deps --- deps.ts | 2 +- tests/deps.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/deps.ts b/deps.ts index 8df616a..a26046e 100644 --- a/deps.ts +++ b/deps.ts @@ -1 +1 @@ -export { Server as StdServer } from "https://deno.land/std@0.168.0/http/server.ts"; +export { Server as StdServer } from "https://deno.land/std@0.205.0/http/server.ts"; diff --git a/tests/deps.ts b/tests/deps.ts index 30a1016..7e96a98 100644 --- a/tests/deps.ts +++ b/tests/deps.ts @@ -1,5 +1,5 @@ -export { deferred, delay } from "https://deno.land/std@0.168.0/async/mod.ts"; +export { deferred, delay } from "https://deno.land/std@0.205.0/async/mod.ts"; export { assertEquals, assertRejects, -} from "https://deno.land/std@0.168.0/testing/asserts.ts"; +} from "https://deno.land/std@0.205.0/testing/asserts.ts";