From 5fe2f3343d656480a31d0cf2b6225a4746044e28 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Wed, 1 Dec 2021 10:49:24 -0600 Subject: [PATCH] Update fs mod --- 2021/deps.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2021/deps.ts b/2021/deps.ts index 655af59..e145a27 100644 --- a/2021/deps.ts +++ b/2021/deps.ts @@ -1,4 +1,4 @@ export { readLines } from "https://deno.land/std@0.116.0/io/mod.ts"; -export { ensureDir } from "https://deno.land/std@0.110.0/fs/mod.ts"; +export { ensureDir } from "https://deno.land/std@0.116.0/fs/mod.ts"; export * as path from "https://deno.land/std@0.116.0/path/mod.ts"; export { readAll } from "https://deno.land/std@0.116.0/streams/conversion.ts";