Skip to content

Commit

Permalink
Update dependencies (#26)
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 Nov 17, 2023
1 parent b9ccb49 commit 3b62ce4
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.180.0/async/deferred.ts";
export { assertEquals } from "https://deno.land/std@0.180.0/testing/asserts.ts";
export { deferred } from "https://deno.land/std@0.207.0/async/deferred.ts";
export { assertEquals } from "https://deno.land/std@0.207.0/testing/asserts.ts";

0 comments on commit 3b62ce4

Please sign in to comment.