From f85b2d193b8114aee12199a660bb279ac2cec99c Mon Sep 17 00:00:00 2001 From: drashbot <59404681+drashbot@users.noreply.github.com> Date: Sat, 7 Jan 2023 00:35:34 +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..5c56069 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.171.0/http/server.ts"; diff --git a/tests/deps.ts b/tests/deps.ts index 30a1016..bfa9b66 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.171.0/async/mod.ts"; export { assertEquals, assertRejects, -} from "https://deno.land/std@0.168.0/testing/asserts.ts"; +} from "https://deno.land/std@0.171.0/testing/asserts.ts";