diff --git a/test_deps.ts b/test_deps.ts index 4073201..cfc2949 100644 --- a/test_deps.ts +++ b/test_deps.ts @@ -1,2 +1,2 @@ -export { deferred } from "https://deno.land/std@0.170.0/async/deferred.ts"; -export { assertEquals } from "https://deno.land/std@0.170.0/testing/asserts.ts"; +export { deferred } from "https://deno.land/std@0.175.0/async/deferred.ts"; +export { assertEquals } from "https://deno.land/std@0.175.0/testing/asserts.ts";