Skip to content

Commit

Permalink
Merge pull request #13 from SwiftFiddle/deno-dependency-updates
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
kishikawakatsumi authored Apr 11, 2024
2 parents 8b8a684 + 263ddc2 commit a659ae3
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.221.0/streams/mod.ts";
} from "https://deno.land/std@0.222.1/streams/mod.ts";
export { router } from "https://deno.land/x/rutt@0.2.0/mod.ts";

0 comments on commit a659ae3

Please sign in to comment.