We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6e4327 commit 9795c92Copy full SHA for 9795c92
deps.ts
@@ -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";
+export { ensureDir, ensureDirSync, move } from "https://deno.land/std@0.96.0/fs/mod.ts";
+export { v4 } from "https://deno.land/std@0.96.0/uuid/mod.ts";
+export { MultipartReader } from "https://deno.land/std@0.96.0/mime/multipart.ts";
0 commit comments