Skip to content

Commit

Permalink
Update dependencies (std)
Browse files Browse the repository at this point in the history
Update std from v0.204.0 to v0.205.0
  • Loading branch information
Bellisario authored Nov 3, 2023
2 parents cbd9b0b + ba638d0 commit 51116d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deps.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { serve } from 'https://deno.land/std@0.204.0/http/server.ts';
import { serve } from 'https://deno.land/std@0.205.0/http/server.ts';
import { qrcode } from 'https://deno.land/x/qrcode@v2.0.0/mod.ts';

import { assertEquals } from 'https://deno.land/std@0.204.0/testing/asserts.ts';
import { assertEquals } from 'https://deno.land/std@0.205.0/testing/asserts.ts';

export { assertEquals, qrcode, serve };

0 comments on commit 51116d9

Please sign in to comment.