Skip to content

Commit

Permalink
Update dependencies (std)
Browse files Browse the repository at this point in the history
Update std from v0.202.0 to v0.203.0
  • Loading branch information
Bellisario committed Sep 28, 2023
2 parents 06d9ada + 1f92cea commit de1481c
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.202.0/http/server.ts';
import { serve } from 'https://deno.land/std@0.203.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.202.0/testing/asserts.ts';
import { assertEquals } from 'https://deno.land/std@0.203.0/testing/asserts.ts';

export { assertEquals, qrcode, serve };

0 comments on commit de1481c

Please sign in to comment.