From abc39171a6bb62a33a559c86b666f18543629482 Mon Sep 17 00:00:00 2001 From: GitHub Date: Mon, 29 Apr 2024 07:12:47 +0000 Subject: [PATCH] chore(deps): Update deno dependencies --- deno-hono/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deno-hono/main.ts b/deno-hono/main.ts index e285c91..a6ac761 100644 --- a/deno-hono/main.ts +++ b/deno-hono/main.ts @@ -1,5 +1,5 @@ import { serve } from "https://deno.land/std/http/server.ts"; -import { Hono } from "https://deno.land/x/hono@v4.2.7/mod.ts"; +import { Hono } from "https://deno.land/x/hono@v4.2.9/mod.ts"; const app = new Hono();