From 1448f6b83e06dd2e5205495a58ea8e531604e09f Mon Sep 17 00:00:00 2001 From: Javad Mnjd Date: Thu, 11 Feb 2021 16:48:30 +0330 Subject: [PATCH] update another_cookiejar to v4 --- deps.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deps.ts b/deps.ts index d438370..9615f18 100644 --- a/deps.ts +++ b/deps.ts @@ -17,8 +17,8 @@ export { Cookie, CookieJar, wrapFetch as wrapFetchWithCookieJar, -} from "https://deno.land/x/another_cookiejar@v3.0.0/mod.ts"; -export type { CookieOptions } from "https://deno.land/x/another_cookiejar@v3.0.0/mod.ts"; +} from "https://deno.land/x/another_cookiejar@v4.0.0/mod.ts"; +export type { CookieOptions } from "https://deno.land/x/another_cookiejar@v4.0.0/mod.ts"; export type { ExtendedRequestInit } from "https://deno.land/x/fetch_goody@v3.0.1/mod.ts"; export {