diff --git a/deps/std/encoding/base58.ts b/deps/std/encoding/base58.ts index 66333c9b0..5a4069567 100644 --- a/deps/std/encoding/base58.ts +++ b/deps/std/encoding/base58.ts @@ -1,2 +1,3 @@ -// export * from "https://deno.land/std@0.167.0/encoding/base58.ts" +// export * from "https://deno.land/std@0.168.0/encoding/base58.ts" +// TODO: use std@0.168.0/encoding/base58.ts when https://github.com/denoland/deno_std/pull/2982 is released export * from "https://raw.githubusercontent.com/kratico/deno_std/main/encoding/base58.ts"