Skip to content

Commit

Permalink
Merge pull request #109 from drashland/update-dependencies-bump-versi…
Browse files Browse the repository at this point in the history
…on-numbers

chore: Update dependencies and bump version numbers across repo
  • Loading branch information
crookse committed Mar 2, 2021
2 parents 6fac645 + 61fc3ee commit 4f13aa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions csrf/deps.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export { createHash } from "https://deno.land/std@0.86.0/hash/mod.ts";
export { v4 } from "https://deno.land/std@0.86.0/uuid/mod.ts";
export { createHash } from "https://deno.land/std@0.88.0/hash/mod.ts";
export { v4 } from "https://deno.land/std@0.88.0/uuid/mod.ts";

0 comments on commit 4f13aa2

Please sign in to comment.