From 45ab2e1f767566e1e51d111c93d9a0599663a5b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 14:02:23 +0000 Subject: [PATCH] Update dependency https://deno.land/x/hono to v4.3.7 --- main.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.ts b/main.ts index 8717699..b12890d 100644 --- a/main.ts +++ b/main.ts @@ -1,5 +1,5 @@ -import { logger } from "https://deno.land/x/hono@v4.3.6/middleware.ts"; -import { Hono } from "https://deno.land/x/hono@v4.3.6/mod.ts"; +import { logger } from "https://deno.land/x/hono@v4.3.7/middleware.ts"; +import { Hono } from "https://deno.land/x/hono@v4.3.7/mod.ts"; const app = new Hono();