From 6d5ff3e3d198f668c6e7875767468c5639bd6a6e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 3 Feb 2024 01:27:30 +0000 Subject: [PATCH] Update dependency https://deno.land/x/hono to v3.12.10 --- main.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.ts b/main.ts index ebfa0c3..d2f863b 100644 --- a/main.ts +++ b/main.ts @@ -1,5 +1,5 @@ -import { logger } from "https://deno.land/x/hono@v3.12.9/middleware.ts"; -import { Hono } from "https://deno.land/x/hono@v3.12.9/mod.ts"; +import { logger } from "https://deno.land/x/hono@v3.12.10/middleware.ts"; +import { Hono } from "https://deno.land/x/hono@v3.12.10/mod.ts"; const app = new Hono();