Skip to content

Commit

Permalink
Use proxy_scraper v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zolagonano committed May 3, 2024
1 parent e8b5638 commit 57c44de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 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 @@ -16,6 +16,6 @@ serde = { version = "1.0.198", features = ["derive"] }
serde_json = "1.0.116"
url = "2.5.0"
worker = "0.2.0"
proxy-scraper = { git = "https://github.com/zolagonano/proxy-scraper.git", rev = "8f38f3f" , default_features = false, features = ["scraper"] }
proxy-scraper = { version = "0.2.0" , default-features = false, features = ["scraper"] }
reqwest = "0.12.3"

0 comments on commit 57c44de

Please sign in to comment.