Skip to content

Commit

Permalink
Merge pull request #11 from SwiftFiddle/deno-dependency-updates
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
kishikawakatsumi authored Apr 16, 2024
2 parents 7bf9c3d + d87d931 commit c5f71ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export {
mergeReadableStreams,
zipReadableStreams,
} from "https://deno.land/std@0.222.1/streams/mod.ts";
} from "https://deno.land/std@0.223.0/streams/mod.ts";
export { router } from "https://deno.land/x/[email protected]/mod.ts";

0 comments on commit c5f71ae

Please sign in to comment.