diff --git a/deps.ts b/deps.ts
index eacad93..72b9630 100644
--- a/deps.ts
+++ b/deps.ts
@@ -3,7 +3,7 @@ import {
     Context,
     Router,
 } from 'https://deno.land/x/oak@v12.6.1/mod.ts';
-import { encode } from 'https://deno.land/std@0.205.0/encoding/base64.ts';
+import { encode } from 'https://deno.land/std@0.206.0/encoding/base64.ts';
 import ky from 'https://cdn.skypack.dev/ky@0.31.0?dts';
 
 const app = new Application({