Skip to content

Commit

Permalink
chore(deps): fix [email protected] chrome compile
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mendez committed Mar 29, 2024
1 parent a0f2436 commit 804eeb3
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 @@ -17,7 +17,7 @@ napi-derive = "2.14.6"
num_cpus = "1.16.0"
serde = "1.0.193"
serde_json = "1.0.108"
spider = { version = "1.86.11", features = ["napi", "budget", "cron", "regex", "cookies", "socks", "chrome", "control", "chrome_intercept", "cache", "openai", "serde" ] }
spider = { version = "1.89.2", features = ["napi", "budget", "cron", "regex", "cookies", "socks", "chrome", "control", "chrome_intercept", "cache", "openai", "serde" ] }

[target.x86_64-unknown-linux-gnu.dependencies]
openssl-sys = { version = "0.9.96", features = ["vendored"] }
Expand Down

0 comments on commit 804eeb3

Please sign in to comment.