Skip to content

Commit

Permalink
Update scraper requirement from 0.18.1 to 0.20.0
Browse files Browse the repository at this point in the history
Updates the requirements on [scraper](https://github.com/causal-agent/scraper) to permit the latest version.
- [Release notes](https://github.com/causal-agent/scraper/releases)
- [Commits](rust-scraper/scraper@v0.18.1...v0.20.0)

---
updated-dependencies:
- dependency-name: scraper
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 6, 2024
1 parent c3e8ad0 commit 7761a7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ base64 = "0.22.1"
percent-encoding = "2.1.0"

#html parser
scraper = "0.18.1"
scraper = "0.20.0"
futures = "0.3.26"

[profile.release]
Expand Down

0 comments on commit 7761a7e

Please sign in to comment.