Skip to content

Commit 7bef0cb

Browse files
authored
Merge pull request #156 from drashland/update-deps
chore: Update deps
2 parents 9d2c3e1 + f3302ad commit 7bef0cb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

deps.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
export { BufReader } from "https://deno.land/std@0.134.0/io/bufio.ts";
1+
export { BufReader } from "https://deno.land/std@0.135.0/io/bufio.ts";
22

3-
export * as StdAsserts from "https://deno.land/std@0.134.0/testing/asserts.ts";
3+
export * as StdAsserts from "https://deno.land/std@0.135.0/testing/asserts.ts";
44

5-
export * as colors from "https://deno.land/std@0.134.0/fmt/colors.ts";
5+
export * as colors from "https://deno.land/std@0.135.0/fmt/colors.ts";

0 commit comments

Comments
 (0)