diff --git a/deps.ts b/deps.ts index 87f74dc..6367dfb 100644 --- a/deps.ts +++ b/deps.ts @@ -1,2 +1,2 @@ -export * as io from "https://deno.land/std@0.128.0/io/mod.ts"; -export * as streams from "https://deno.land/std@0.128.0/streams/mod.ts"; +export * as io from "https://deno.land/std@0.214.0/io/mod.ts"; +export * as streams from "https://deno.land/std@0.214.0/streams/mod.ts"; diff --git a/deps_test.ts b/deps_test.ts index 2a2cef3..ee55129 100644 --- a/deps_test.ts +++ b/deps_test.ts @@ -1 +1 @@ -export * from "https://deno.land/std@0.127.0/testing/asserts.ts"; +export * from "https://deno.land/std@0.214.0/testing/asserts.ts";