Skip to content

Commit

Permalink
chore(deps): update dependency https://deno.land/std to v0.211.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 4, 2024
1 parent 9d5e442 commit f880151
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deps.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export { Buffer } from "node:buffer";
export { ensureDir } from "https://deno.land/std@0.210.0/fs/mod.ts";
export { assertEquals } from "https://deno.land/std@0.210.0/testing/asserts.ts";
export { ensureDir } from "https://deno.land/std@0.211.0/fs/mod.ts";
export { assertEquals } from "https://deno.land/std@0.211.0/testing/asserts.ts";

0 comments on commit f880151

Please sign in to comment.