From edc374fc61f942ffe8c9a7b43ab92d64bbbd1a06 Mon Sep 17 00:00:00 2001 From: wood chen Date: Sat, 8 Feb 2025 01:56:01 +0800 Subject: [PATCH] Update Deno standard library version to 0.208.0 --- deps.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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