Skip to content

Commit

Permalink
chore(deps): update deno dependencies (#6)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub <noreply@github.com>
  • Loading branch information
github-actions[bot] and web-flow committed Jun 26, 2022
1 parent d2eae6c commit 52f4c6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {
ServeDirOptions,
serveFile,
ServeFileOptions,
} from "https://deno.land/std@0.141.0/http/file_server.ts";
} from "https://deno.land/std@0.145.0/http/file_server.ts";
import { contentType } from "https://deno.land/std@0.145.0/media_types/mod.ts";
import type { Context } from "https://deno.land/x/oak@v10.6.0/mod.ts";
import { convertBodyToBodyInit } from "https://deno.land/x/oak@v10.6.0/response.ts";
Expand Down

0 comments on commit 52f4c6a

Please sign in to comment.