Skip to content

Commit

Permalink
Upgrade to std v0.84.0
Browse files Browse the repository at this point in the history
  • Loading branch information
predetermined authored Jan 22, 2021
2 parents 240e811 + aa67612 commit 66e820e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aqua.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { serve, serveTLS, Server, ServerRequest, Response as ServerResponse } from "https://deno.land/std@0.83.0/http/server.ts";
import { serve, serveTLS, Server, ServerRequest, Response as ServerResponse } from "https://deno.land/std@0.84.0/http/server.ts";
import Router from "./router.ts";
import ContentHandler from "./content_handler.ts";

Expand Down

0 comments on commit 66e820e

Please sign in to comment.