Skip to content

Commit

Permalink
Merge pull request #6 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 423fcdc + 593d885 commit feca079
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/rutt@0.2.0/mod.ts";

0 comments on commit feca079

Please sign in to comment.