Skip to content

Commit

Permalink
chore(deps): fix chrome proxy [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mendez committed Apr 16, 2024
1 parent a0f6e13 commit a772244
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ prost-types = "0.11.2"
lazy_static = "1.4.0"
env_logger = "0.9.0"
string_concat = "0.0.1"
spider = { version = "1.93.0", features = ["sync", "control", "sitemap"]}
spider = { version = "1.93.1", features = ["sync", "control", "sitemap"]}

[target.'cfg(all(not(target_os = "android"), not(target_os = "freebsd")))'.dependencies]
jemallocator = { version = "0.5.0", optional = true }
Expand Down

0 comments on commit a772244

Please sign in to comment.