Skip to content

Commit

Permalink
Update dependencies and bump version numbers across repo
Browse files Browse the repository at this point in the history
  • Loading branch information
crookse authored Apr 14, 2021
1 parent 64a8bd5 commit addf01a
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,7 +1,7 @@
export { ServerRequest } from "https://deno.land/std@0.92.0/http/server.ts";
export { ServerRequest } from "https://deno.land/std@0.93.0/http/server.ts";

export { BufReader } from "https://deno.land/std@0.92.0/io/bufio.ts";
export { BufReader } from "https://deno.land/std@0.93.0/io/bufio.ts";

export * as StdAsserts from "https://deno.land/std@0.92.0/testing/asserts.ts";
export * as StdAsserts from "https://deno.land/std@0.93.0/testing/asserts.ts";

export * as colors from "https://deno.land/std@0.92.0/fmt/colors.ts";
export * as colors from "https://deno.land/std@0.93.0/fmt/colors.ts";

0 comments on commit addf01a

Please sign in to comment.