Skip to content

Commit

Permalink
Merge pull request #97 from Bellisario/deno-dependency-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Bellisario authored Feb 8, 2024
2 parents 3697c53 + 7e9dbf2 commit 86d5445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {
Context,
Router,
} from 'https://deno.land/x/[email protected]/mod.ts';
import { encodeBase64 } from 'https://deno.land/std@0.214.0/encoding/base64.ts';
import { encodeBase64 } from 'https://deno.land/std@0.215.0/encoding/base64.ts';
import ky from 'https://cdn.skypack.dev/[email protected]?dts';

const app = new Application({
Expand Down

0 comments on commit 86d5445

Please sign in to comment.