Skip to content

Commit

Permalink
Update dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
khaosdoctor committed Dec 11, 2023
1 parent cf8187a commit dd9d85e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/deps.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export { encode as base64Encode } from 'https://deno.land/std@0.201.0/encoding/base64.ts'
export { encode as hexEncode } from 'https://deno.land/std@0.201.0/encoding/hex.ts'
export { encode as base64Encode } from 'https://deno.land/std@0.208.0/encoding/base64.ts'
export { encode as hexEncode } from 'https://deno.land/std@0.208.0/encoding/hex.ts'
export * from 'https://deno.land/std@0.208.0/crypto/crypto.ts'
export { encode as percentEncode } from 'https://deno.land/x/percentencode@v1.0.2/mod.ts'
export * from 'https://deno.land/std@0.208.0/assert/mod.ts'

0 comments on commit dd9d85e

Please sign in to comment.