diff --git a/deps.ts b/deps.ts index 29f7694..6a7b5bb 100644 --- a/deps.ts +++ b/deps.ts @@ -1,3 +1,3 @@ -export { serve } from "https://deno.land/std@0.220.1/http/server.ts"; -export { crypto } from "https://deno.land/std@0.220.1/crypto/mod.ts"; -export { decode as base64Decode } from "https://deno.land/std@0.220.1/encoding/base64/mod.ts"; \ No newline at end of file +export { serve } from "https://deno.land/std@0.208.0/http/server.ts"; +export { crypto } from "https://deno.land/std@0.208.0/crypto/mod.ts"; +export { decode as base64Decode } from "https://deno.land/std@0.208.0/encoding/base64.ts"; \ No newline at end of file