Skip to content

Commit

Permalink
Update std
Browse files Browse the repository at this point in the history
  • Loading branch information
enjikaka committed Oct 5, 2023
1 parent 430b79a commit cd13cf6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deps.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export { serve } from 'https://deno.land/std@0.143.0/http/server.ts';
export { serveFile } from "https://deno.land/std@0.143.0/http/file_server.ts";
export { extname } from 'https://deno.land/std@0.143.0/path/mod.ts';
export { readAll } from 'https://deno.land/std@0.143.0/streams/conversion.ts';
export { serve } from 'https://deno.land/std@0.203.0/http/server.ts';
export { serveFile } from "https://deno.land/std@0.203.0/http/file_server.ts";
export { extname } from 'https://deno.land/std@0.203.0/path/mod.ts';
export { readAll } from 'https://deno.land/std@0.203.0/streams/read_all.ts';

0 comments on commit cd13cf6

Please sign in to comment.