Skip to content

Commit

Permalink
build: update dependencies to latest (#550)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayntee committed Feb 26, 2021
1 parent 369c3d0 commit 03ffb63
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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";
2 changes: 1 addition & 1 deletion 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";
2 changes: 1 addition & 1 deletion test/deps.ts
Expand Up @@ -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";

0 comments on commit 03ffb63

Please sign in to comment.