From 0c2ed705cda1787a8ee3b167bc043e0bfc1d6d89 Mon Sep 17 00:00:00 2001 From: drashbot <59404681+drashbot@users.noreply.github.com> Date: Sat, 13 May 2023 00:32:30 +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..9398c6d 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.187.0/http/server.ts"; diff --git a/tests/deps.ts b/tests/deps.ts index 30a1016..c1a74d3 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.187.0/async/mod.ts"; export { assertEquals, assertRejects, -} from "https://deno.land/std@0.168.0/testing/asserts.ts"; +} from "https://deno.land/std@0.187.0/testing/asserts.ts";