Skip to content

Commit

Permalink
update std to 0.179.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bradclawsie committed Mar 12, 2023
1 parent 632549b commit 600b940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {
decode as hexDecode,
encode as hexEncode,
} from "https://deno.land/std@0.178.0/encoding/hex.ts";
} from "https://deno.land/std@0.179.0/encoding/hex.ts";

/**
* convert a string to its byte array representation
Expand Down

0 comments on commit 600b940

Please sign in to comment.