Skip to content

Commit

Permalink
chore(deps): update spider@1.85.4 chrome scrape memory fix
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mendez committed Mar 18, 2024
1 parent 71fd280 commit 473ed26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"

Expand All @@ -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]
Expand Down

0 comments on commit 473ed26

Please sign in to comment.