diff --git a/deps.ts b/deps.ts index dfa0f7e..1629c51 100644 --- a/deps.ts +++ b/deps.ts @@ -1,3 +1,3 @@ -export * as log from "https://deno.land/std@0.220.1/log/mod.ts"; +export * as log from "https://deno.land/std@0.221.0/log/mod.ts"; export * as denoLib from "https://raw.githubusercontent.com/flowscripter/template-deno-library/v1.3.1/mod.ts"; export * as rustLib from "https://raw.githubusercontent.com/flowscripter/template-deno-rust-library/v1.0.15/mod.ts"; diff --git a/tests/test_deps.ts b/tests/test_deps.ts index dee6d8b..ba0e68f 100644 --- a/tests/test_deps.ts +++ b/tests/test_deps.ts @@ -1 +1 @@ -export * from "https://deno.land/std@0.220.1/assert/mod.ts"; +export * from "https://deno.land/std@0.221.0/assert/mod.ts";