From 473ed26b4d32d9599dede03e2d6668e4cfcd1efb Mon Sep 17 00:00:00 2001 From: j-mendez Date: Mon, 18 Mar 2024 17:06:02 -0400 Subject: [PATCH] chore(deps): update spider@1.85.4 chrome scrape memory fix --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0d5143a..818dd9f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "spider_rs" -version = "0.0.26" +version = "0.0.27" description = "The fastest web crawler written in Rust ported to nodejs." repository = "https://github.com/spider-rs/spider-nodejs" @@ -11,8 +11,8 @@ crate-type = ["cdylib"] [dependencies] indexmap = "2.1.0" num_cpus = "1.16.0" -spider = { version = "1.85.1", features = ["budget", "cron", "regex", "cookies", "socks", "chrome", "control", "smart", "chrome_intercept", "cache" ] } -pyo3 = { version = "0.20.2", features = ["extension-module"] } +spider = { version = "1.85.4", features = ["budget", "cron", "regex", "cookies", "socks", "chrome", "control", "smart", "chrome_intercept", "cache" ] } +pyo3 = { version = "0.20.3", features = ["extension-module"] } pyo3-asyncio = { version = "0.20", features = ["attributes", "tokio-runtime"] } [target.x86_64-unknown-linux-gnu.dependencies]