Skip to content
This repository has been archived by the owner on Jul 7, 2024. It is now read-only.

Commit

Permalink
Update dependency https://deno.land/x/hono to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 10, 2024
1 parent c65f4da commit d735950
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.ts
Original file line number Diff line number Diff line change
@@ -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();

Expand Down

0 comments on commit d735950

Please sign in to comment.