Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored Jul 13, 2022
1 parent ad2438c commit 65e2f5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test_deps.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export { deferred } from "https://deno.land/std@0.147.0/async/deferred.ts";
export { assertEquals } from "https://deno.land/std@0.147.0/testing/asserts.ts";
export { deferred } from "https://deno.land/std@0.148.0/async/deferred.ts";
export { assertEquals } from "https://deno.land/std@0.148.0/testing/asserts.ts";

0 comments on commit 65e2f5e

Please sign in to comment.