From d4fd9f2e6b834869d7256b55da6b0b094ed667c7 Mon Sep 17 00:00:00 2001 From: ITOH Date: Sat, 15 May 2021 12:59:33 +0200 Subject: [PATCH] change: update deps --- src/util/deps.ts | 2 +- tests/deps.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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";