Update rutt (#897)

- Closes #577.
- Closes #625.
This commit is contained in:
Roj 2022-11-10 19:15:17 +03:00 committed by GitHub
parent fe176158ff
commit 88171feb6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ export {
} from "https://deno.land/std@0.150.0/media_types/mod.ts";
// -- rutt --
export * as rutt from "https://deno.land/x/rutt@0.0.13/mod.ts";
export * as rutt from "https://deno.land/x/rutt@0.0.14/mod.ts";
// -- esbuild --
// @deno-types="https://deno.land/x/esbuild@v0.14.51/mod.d.ts"