From 23abe619d7dbbd63ef9a46c5054c45d8d95735ba Mon Sep 17 00:00:00 2001 From: neon_arch Date: Fri, 14 Jul 2023 17:14:41 +0300 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat:=20enable=20cookies=20feature?= =?UTF-8?q?=20for=20actix-web?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9c008d2..0615637 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ tokio = {version="*",features=["full"]} serde = {version="*",features=["derive"]} handlebars = { version = "4.3.6", features = ["dir_source"] } scraper = {version="*"} -actix-web = {version="4.3.1"} +actix-web = {version="4.3.1", features = ["cookies"]} actix-files = {version="0.6.2"} serde_json = {version="*"} fake-useragent = {version="*"}