From 995a5bc9384cecfabf46c08d8df085c664f3bb4e Mon Sep 17 00:00:00 2001 From: drashbot <59404681+drashbot@users.noreply.github.com> Date: Tue, 17 Jan 2023 00:38:14 +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..2660e0e 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.173.0/http/server.ts"; diff --git a/tests/deps.ts b/tests/deps.ts index 30a1016..d6ca69a 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.173.0/async/mod.ts"; export { assertEquals, assertRejects, -} from "https://deno.land/std@0.168.0/testing/asserts.ts"; +} from "https://deno.land/std@0.173.0/testing/asserts.ts";