From 8bb91235b071077f2ec58fa157af386640941761 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 07:44:32 +0000 Subject: [PATCH] Update dependency https://deno.land/x/hono to v4.3.3 --- main.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.ts b/main.ts index cfc4d2a..0e60e24 100644 --- a/main.ts +++ b/main.ts @@ -1,5 +1,5 @@ -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"; +import { logger } from "https://deno.land/x/hono@v4.3.3/middleware.ts"; +import { Hono } from "https://deno.land/x/hono@v4.3.3/mod.ts"; const app = new Hono();