Skip to content

Commit

Permalink
Merge pull request #75 from compscidr/renovate/reqwest-0.x
Browse files Browse the repository at this point in the history
Update Rust crate reqwest to 0.11.20
  • Loading branch information
compscidr authored Aug 25, 2023
2 parents a521fca + 869093a commit d7b84fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 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 @@ -12,6 +12,6 @@ simple_logger = "4.2.0"
actix-web = "4"
crossbeam-queue = "0.3.8"
chashmap = "2.2.2"
reqwest = { version = "0.11.19", features = ["gzip", "blocking"] }
reqwest = { version = "0.11.20", features = ["gzip", "blocking"] }
scraper = "0.17.1"
threadpool = "1.8"

0 comments on commit d7b84fc

Please sign in to comment.