diff --git a/src/util/deps.ts b/src/util/deps.ts index c6ca70f87..077c700c2 100644 --- a/src/util/deps.ts +++ b/src/util/deps.ts @@ -1 +1 @@ -export { encode } from "https://deno.land/std@0.95.0/encoding/base64.ts"; +export { encode } from "https://deno.land/std@0.96.0/encoding/base64.ts"; diff --git a/tests/deps.ts b/tests/deps.ts index c5c708cdd..4195c1058 100644 --- a/tests/deps.ts +++ b/tests/deps.ts @@ -3,4 +3,4 @@ export { assertEquals, assertExists, assertThrows, -} from "https://deno.land/std@0.95.0/testing/asserts.ts"; +} from "https://deno.land/std@0.96.0/testing/asserts.ts";