diff --git a/deps.ts b/deps.ts index bdb3e0b04..6988b6a9a 100644 --- a/deps.ts +++ b/deps.ts @@ -1 +1 @@ -export { encode } from "https://deno.land/std@0.87.0/encoding/base64.ts"; +export { encode } from "https://deno.land/std@0.88.0/encoding/base64.ts"; diff --git a/src/interactions/deps.ts b/src/interactions/deps.ts index 2bc944b72..0a4ff58ff 100644 --- a/src/interactions/deps.ts +++ b/src/interactions/deps.ts @@ -1,2 +1,2 @@ -export { serve } from "https://deno.land/std@0.87.0/http/server.ts"; +export { serve } from "https://deno.land/std@0.88.0/http/server.ts"; export { verify } from "https://esm.sh/@evan/wasm@0.0.49/target/ed25519/deno.js"; diff --git a/test/deps.ts b/test/deps.ts index e028981d2..d164db214 100644 --- a/test/deps.ts +++ b/test/deps.ts @@ -2,5 +2,5 @@ export { assertArrayIncludes, assertEquals, assertExists, -} from "https://deno.land/std@0.86.0/testing/asserts.ts"; +} from "https://deno.land/std@0.88.0/testing/asserts.ts"; export * from "../mod.ts";