From 40b24905bfde4dabc2e74fed81d87ca8843fb1b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 10:17:24 +0000 Subject: [PATCH] Update dependency https://deno.land/x/hono to v4.2.8 --- main.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.ts b/main.ts index 0f3b6dc..1928b4f 100644 --- a/main.ts +++ b/main.ts @@ -1,5 +1,5 @@ -import { logger } from "https://deno.land/x/hono@v4.2.7/middleware.ts"; -import { Hono } from "https://deno.land/x/hono@v4.2.7/mod.ts"; +import { logger } from "https://deno.land/x/hono@v4.2.8/middleware.ts"; +import { Hono } from "https://deno.land/x/hono@v4.2.8/mod.ts"; const app = new Hono();