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

Commit

Permalink
chore(deps): update dependency https://deno.land/std to v0.220.0
Browse files Browse the repository at this point in the history
| datasource | package               | from    | to      |
| ---------- | --------------------- | ------- | ------- |
| deno       | https://deno.land/std | 0.219.0 | 0.220.0 |
  • Loading branch information
renovate[bot] authored and NextFire committed Mar 14, 2024
1 parent b988b67 commit 49810c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import "https://deno.land/std@0.219.0/dotenv/load.ts";
import "https://deno.land/std@0.220.0/dotenv/load.ts";
import { decode } from "https://deno.land/x/[email protected]/mod.ts";
import { logger } from "https://deno.land/x/[email protected]/middleware.ts";
import { Hono } from "https://deno.land/x/[email protected]/mod.ts";
Expand Down

0 comments on commit 49810c4

Please sign in to comment.