Skip to content

Commit

Permalink
Upgrade to std v0.66.0
Browse files Browse the repository at this point in the history
  • Loading branch information
predetermined committed Aug 27, 2020
1 parent d2ad7b5 commit e2df483
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.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";

Expand Down

0 comments on commit e2df483

Please sign in to comment.