Skip to content

Commit

Permalink
chore(deps): unpin spider
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mendez committed Aug 14, 2024
1 parent ebc07fd commit 7448bb1
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.43"
version = "0.0.44"
repository = "https://github.com/spider-rs/spider-py"
license = "MIT"
description = "The fastest web crawler and indexer."
Expand All @@ -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"
Expand Down

0 comments on commit 7448bb1

Please sign in to comment.