chore: update deps (#496)

This commit is contained in:
ayntee
2021-02-01 12:27:13 +04:00
committed by GitHub
parent 5fe0453897
commit 8ab42a6b95
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1 +1 @@
export { encode } from "https://deno.land/std@0.81.0/encoding/base64.ts";
export { encode } from "https://deno.land/std@0.85.0/encoding/base64.ts";
+1 -1
View File
@@ -1,2 +1,2 @@
export { serve } from "https://deno.land/std@0.81.0/http/server.ts";
export { serve } from "https://deno.land/std@0.85.0/http/server.ts";
export { verify } from "https://unpkg.com/@evan/wasm@0.0.25/target/ed25519/deno.js";
+1 -1
View File
@@ -1 +1 @@
export * from "https://deno.land/std@0.83.0/http/server.ts";
export * from "https://deno.land/std@0.85.0/http/server.ts";
+1 -1
View File
@@ -2,5 +2,5 @@ export {
assertArrayIncludes,
assertEquals,
assertExists,
} from "https://deno.land/std@0.81.0/testing/asserts.ts";
} from "https://deno.land/std@0.85.0/testing/asserts.ts";
export * from "../mod.ts";