Skip to content

Commit

Permalink
Upgrade to std v0.78.0
Browse files Browse the repository at this point in the history
  • Loading branch information
predetermined authored Nov 22, 2020
2 parents 4f9d42a + 86aa1c1 commit 3a59c55
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.76.0/http/server.ts";
import { serve, serveTLS, Server, ServerRequest, Response as ServerResponse } from "https://deno.land/std@0.78.0/http/server.ts";
import Router from "./router.ts";
import ContentHandler from "./content_handler.ts";

Expand Down

0 comments on commit 3a59c55

Please sign in to comment.