diff --git a/deps.ts b/deps.ts index 35bf408..b8aef59 100644 --- a/deps.ts +++ b/deps.ts @@ -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";