diff --git a/aqua.ts b/aqua.ts index f38aff2..73e036b 100644 --- a/aqua.ts +++ b/aqua.ts @@ -1,4 +1,4 @@ -import { serve, serveTLS, Server, ServerRequest, Response as ServerResponse } from "https://deno.land/std@0.62.0/http/server.ts"; +import { serve, serveTLS, Server, ServerRequest, Response as ServerResponse } from "https://deno.land/std@0.66.0/http/server.ts"; import Router from "./router.ts"; import ContentHandler from "./content_handler.ts";