Skip to content

Commit

Permalink
Merge pull request #49 from Antosser/dependabot/cargo/reqwest-0.12.7
Browse files Browse the repository at this point in the history
Bump reqwest from 0.12.6 to 0.12.7
  • Loading branch information
Antosser authored Aug 26, 2024
2 parents 9312f2b + 34a9b77 commit 8b28116
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 @@ -13,7 +13,7 @@ documentation = "https://github.com/Antosser/web-crawler#readme"
[dependencies]
clap = { version = "4.5.16", features = ["derive"] }
colored = "2.1.0"
reqwest = {version = "0.12.6", features = ["blocking"]}
reqwest = {version = "0.12.7", features = ["blocking"]}
tl = "0.7.8"
url = "2.5.2"
log = "0.4"
Expand Down

0 comments on commit 8b28116

Please sign in to comment.