From 7448bb1058b27e957b39ea523cff8bad835a5ea0 Mon Sep 17 00:00:00 2001 From: j-mendez Date: Wed, 14 Aug 2024 06:48:36 -0400 Subject: [PATCH] chore(deps): unpin spider --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 746e372..cc76200 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "spider_rs" -version = "0.0.43" +version = "0.0.44" 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" num_cpus = "1" -spider = { version = "1.99.5", features = ["cron", "regex", "cookies", "socks", "chrome", "control", "smart", "chrome_intercept", "cache", "serde", "openai", "headers" ] } +spider = { version = "1", features = ["cron", "regex", "cookies", "socks", "chrome", "control", "smart", "chrome_intercept", "cache", "serde", "openai", "headers" ] } pyo3 = { version = "0.20.3", features = ["extension-module", "serde"] } pyo3-asyncio = { version = "0.20", features = ["attributes", "tokio-runtime"] } serde_json = "1"