Skip to content

Commit

Permalink
Merge pull request #2 from Comamoca/udd-update
Browse files Browse the repository at this point in the history
Update Deno dependencies
  • Loading branch information
Comamoca authored May 6, 2024
2 parents 2384c76 + df73dac commit b1ccb00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deno-hono/main.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { serve } from "https://deno.land/std/http/server.ts";
import { Hono } from "https://deno.land/x/hono@v4.2.9/mod.ts";
import { Hono } from "https://deno.land/x/hono@v4.3.2/mod.ts";

const app = new Hono();

Expand Down

0 comments on commit b1ccb00

Please sign in to comment.