diff --git a/main.ts b/main.ts index 5e32b80..cfc4d2a 100644 --- a/main.ts +++ b/main.ts @@ -1,5 +1,5 @@ -import { logger } from "https://deno.land/x/hono@v4.3.1/middleware.ts"; -import { Hono } from "https://deno.land/x/hono@v4.3.1/mod.ts"; +import { logger } from "https://deno.land/x/hono@v4.3.2/middleware.ts"; +import { Hono } from "https://deno.land/x/hono@v4.3.2/mod.ts"; const app = new Hono();