From d7359507d60a4873e064bbd9bf0c6143c92f4c5c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 10 Feb 2024 05:59:26 +0000 Subject: [PATCH] Update dependency https://deno.land/x/hono to v4 --- main.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.ts b/main.ts index 3b94778..c3b4f32 100644 --- a/main.ts +++ b/main.ts @@ -1,5 +1,5 @@ -import { logger } from "https://deno.land/x/hono@v3.12.11/middleware.ts"; -import { Hono } from "https://deno.land/x/hono@v3.12.11/mod.ts"; +import { logger } from "https://deno.land/x/hono@v4.0.0/middleware.ts"; +import { Hono } from "https://deno.land/x/hono@v4.0.0/mod.ts"; const app = new Hono();