Skip to content

Commit 9795c92

Browse files
committed
feat: update deps
1 parent e6e4327 commit 9795c92

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deps.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
export { ensureDir, ensureDirSync, move } from "https://deno.land/std@0.82.0/fs/mod.ts";
2-
export { v4 } from "https://deno.land/std@0.82.0/uuid/mod.ts";
3-
export { MultipartReader } from "https://deno.land/std@0.82.0/mime/multipart.ts";
1+
export { ensureDir, ensureDirSync, move } from "https://deno.land/std@0.96.0/fs/mod.ts";
2+
export { v4 } from "https://deno.land/std@0.96.0/uuid/mod.ts";
3+
export { MultipartReader } from "https://deno.land/std@0.96.0/mime/multipart.ts";

0 commit comments

Comments
 (0)