From 5117e8bb89a3d3f3c21b26c2fd3a3a65a282ad26 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 00:48:20 +0000 Subject: [PATCH] Update dependency https://deno.land/x/hono to v4.3.6 --- main.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.ts b/main.ts index 510ebb8..8717699 100644 --- a/main.ts +++ b/main.ts @@ -1,5 +1,5 @@ -import { logger } from "https://deno.land/x/hono@v4.3.5/middleware.ts"; -import { Hono } from "https://deno.land/x/hono@v4.3.5/mod.ts"; +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"; const app = new Hono();