Skip to content

Commit

Permalink
chore(deps): update spider@1.86.13
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mendez committed Mar 22, 2024
1 parent 007191c commit f75d05a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.30"
version = "0.0.31"
repository = "https://github.com/spider-rs/spider-py"
license = "MIT"

Expand All @@ -11,7 +11,7 @@ crate-type = ["cdylib"]
[dependencies]
indexmap = "2.1.0"
num_cpus = "1.16.0"
spider = { version = "1.86.11", features = ["budget", "cron", "regex", "cookies", "socks", "chrome", "control", "smart", "chrome_intercept", "cache", "serde", "openai" ] }
spider = { version = "1.86.13", 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.0.114"
Expand Down

0 comments on commit f75d05a

Please sign in to comment.