Skip to content

Commit

Permalink
chore(deps): update [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mendez committed Mar 31, 2024
1 parent 47c31b9 commit 1b190ae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ crate-type = ["cdylib"]
[dependencies]
compact_str = "0.7.1"
indexmap = "2.1.0"
napi = { version = "2.16.0", default-features = false, features = ["napi4", "async", "tokio_rt", "serde-json"] }
napi-derive = "2.14.6"
napi = { version = "2.16.1", default-features = false, features = ["napi4", "async", "tokio_rt", "serde-json"] }
napi-derive = "2.16.1"
num_cpus = "1.16.0"
serde = "1.0.193"
serde_json = "1.0.108"
spider = { version = "1.89.2", features = ["napi", "budget", "cron", "regex", "cookies", "socks", "chrome", "control", "chrome_intercept", "cache", "openai", "serde" ] }
spider = { version = "1.89.5", 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 All @@ -28,7 +28,7 @@ openssl-sys = { version = "0.9.96", features = ["vendored"] }
openssl = { version = "0.10.60", features = ["vendored"] }

[build-dependencies]
napi-build = "2.1.0"
napi-build = "2.1.2"

[profile.release]
lto = true

0 comments on commit 1b190ae

Please sign in to comment.