diff --git a/deps.ts b/deps.ts index 21f2886..6a8d88f 100644 --- a/deps.ts +++ b/deps.ts @@ -1,15 +1,15 @@ export const test = Deno.test; -export { parse } from "https://deno.land/std@0.90.0/flags/mod.ts"; +export { parse } from "https://deno.land/std@0.93.0/flags/mod.ts"; export { blue, bold, green, red, yellow, -} from "https://deno.land/std@0.90.0/fmt/colors.ts"; +} from "https://deno.land/std@0.93.0/fmt/colors.ts"; export { assert, assertEquals, assertThrows, assertThrowsAsync, -} from "https://deno.land/std@0.90.0/testing/asserts.ts"; +} from "https://deno.land/std@0.93.0/testing/asserts.ts";