From c99f503d7f7b94634fad07c5ad801d8d92234a58 Mon Sep 17 00:00:00 2001 From: j-mendez Date: Fri, 31 May 2024 07:58:13 -0400 Subject: [PATCH] chore(deps): update spider@1.95.27 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index adab857..3c4d15b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "spider_rs" -version = "0.0.35" +version = "0.0.36" repository = "https://github.com/spider-rs/spider-py" license = "MIT" description = "The fastest web crawler and indexer." @@ -12,7 +12,7 @@ crate-type = ["cdylib"] [dependencies] indexmap = "2.1.0" num_cpus = "1.16.0" -spider = { version = "1.95.21", features = ["budget", "cron", "regex", "cookies", "socks", "chrome", "control", "smart", "chrome_intercept", "cache", "serde", "openai" ] } +spider = { version = "1.95.27", features = ["budget", "cron", "regex", "cookies", "socks", "chrome", "control", "smart", "chrome_intercept", "cache", "serde", "openai" ] } pyo3 = { version = "0.20.3", features = ["extension-module", "serde"] } pyo3-asyncio = { version = "0.20", features = ["attributes", "tokio-runtime"] } serde_json = "1"