Skip to content

Commit

Permalink
chore(deps): upgrade [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mendez committed Aug 14, 2024
1 parent 7448bb1 commit bd13a8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ crate-type = ["cdylib"]
[dependencies]
indexmap = "2"
num_cpus = "1"
spider = { version = "1", features = ["cron", "regex", "cookies", "socks", "chrome", "control", "smart", "chrome_intercept", "cache", "serde", "openai", "headers" ] }
spider = { version = "2", 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 bd13a8b

Please sign in to comment.