From 0f9e3ae4d755d76d7153bf1eb6454cb118ce1892 Mon Sep 17 00:00:00 2001 From: drashbot <59404681+drashbot@users.noreply.github.com> Date: Fri, 24 Mar 2023 00:35:13 +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..7d8134d 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.181.0/http/server.ts"; diff --git a/tests/deps.ts b/tests/deps.ts index 30a1016..a47b52d 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.181.0/async/mod.ts"; export { assertEquals, assertRejects, -} from "https://deno.land/std@0.168.0/testing/asserts.ts"; +} from "https://deno.land/std@0.181.0/testing/asserts.ts";