Skip to content

Commit

Permalink
Bump to std@0.92
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsVomMars committed Apr 4, 2021
1 parent a2b0dcb commit a11692d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@ export {
ServerRequest,
setCookie,
Status,
} from "https://deno.land/std@0.90.0/http/mod.ts";
} from "https://deno.land/std@0.92.0/http/mod.ts";

export type {
Cookie,
HTTPOptions,
Response,
} from "https://deno.land/std@0.90.0/http/mod.ts";
} from "https://deno.land/std@0.92.0/http/mod.ts";

export { MultipartReader } from "https://deno.land/std@0.90.0/mime/mod.ts";
export { MultipartReader } from "https://deno.land/std@0.92.0/mime/mod.ts";

export * as log from "https://deno.land/std@0.90.0/log/mod.ts";
export * as log from "https://deno.land/std@0.92.0/log/mod.ts";

export { format } from "https://deno.land/std@0.90.0/datetime/mod.ts";
export { format } from "https://deno.land/std@0.92.0/datetime/mod.ts";

export { extname, join, sep } from "https://deno.land/std@0.90.0/path/mod.ts";
export { extname, join, sep } from "https://deno.land/std@0.92.0/path/mod.ts";

0 comments on commit a11692d

Please sign in to comment.