diff --git a/deps.ts b/deps.ts index 5b75d80a..a8103ac0 100644 --- a/deps.ts +++ b/deps.ts @@ -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";