diff --git a/csrf/deps.ts b/csrf/deps.ts index 809d599ee..8c9d1dc6d 100644 --- a/csrf/deps.ts +++ b/csrf/deps.ts @@ -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";