Skip to content

Commit

Permalink
chore: bump to std@0.215.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bradenmacdonald committed Feb 8, 2024
1 parent 5a87fa0 commit 7d45f9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deps-tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ export {
assertEquals,
assertInstanceOf,
assertRejects,
} from "https://deno.land/std@0.204.0/testing/asserts.ts";
} from "https://deno.land/std@0.215.0/testing/asserts.ts";
2 changes: 1 addition & 1 deletion deps.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { Buffer } from "https://deno.land/std@0.204.0/io/buffer.ts";
export { Buffer } from "https://deno.land/std@0.215.0/io/buffer.ts";

0 comments on commit 7d45f9c

Please sign in to comment.