From 5b030c99c508481d62b89cba44e084d786d72cc3 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Mon, 20 Nov 2023 12:42:18 -0600 Subject: [PATCH] Upgrade Hono to v3.10.1 --- src/deps.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/deps.ts b/src/deps.ts index ee8277b..cdf3e3f 100644 --- a/src/deps.ts +++ b/src/deps.ts @@ -6,8 +6,8 @@ export { Hono, HTTPException, type MiddlewareHandler, -} from 'https://deno.land/x/hono@v3.7.5/mod.ts'; -export { cors, logger, serveStatic } from 'https://deno.land/x/hono@v3.7.5/middleware.ts'; +} from 'https://deno.land/x/hono@v3.10.1/mod.ts'; +export { cors, logger, serveStatic } from 'https://deno.land/x/hono@v3.10.1/middleware.ts'; export { z } from 'https://deno.land/x/zod@v3.21.4/mod.ts'; export { Author, RelayPool } from 'https://dev.jspm.io/nostr-relaypool@0.6.28'; export {