Skip to content

Commit

Permalink
Update dependencies (#13)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub <[email protected]>
  • Loading branch information
github-actions[bot] and web-flow authored Sep 9, 2022
1 parent 47e2d78 commit 5f48e96
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.154.0/async/deferred.ts";
export { assertEquals } from "https://deno.land/std@0.154.0/testing/asserts.ts";
export { deferred } from "https://deno.land/std@0.155.0/async/deferred.ts";
export { assertEquals } from "https://deno.land/std@0.155.0/testing/asserts.ts";

0 comments on commit 5f48e96

Please sign in to comment.