From a18597e1dde26c08e1dff78820be2df95c9a43fd Mon Sep 17 00:00:00 2001 From: "Chase, Justin M" Date: Sat, 12 Feb 2022 13:48:49 -0600 Subject: [PATCH] add version number --- deps.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps.ts b/deps.ts index 8bde11b..0d3d7d2 100644 --- a/deps.ts +++ b/deps.ts @@ -17,4 +17,4 @@ export { hmac } from "https://deno.land/x/crypto@v0.8.0/hmac.ts"; /* djwt */ export { create as createJWT } from "https://deno.land/x/djwt@v2.2/mod.ts"; -export { encodeToString } from "https://deno.land/std/encoding/hex.ts"; +export { encodeToString } from "https://deno.land/std@0.100.0/encoding/hex.ts";