Skip to content

Commit

Permalink
Merge pull request #116 from drashland/update-dependencies-bump-versi…
Browse files Browse the repository at this point in the history
…on-numbers

chore: Update dependencies and bump version numbers across repo
  • Loading branch information
Guergeiro authored Apr 15, 2021
2 parents 64a8bd5 + addf01a commit 2644c79
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 2644c79

Please sign in to comment.