Skip to content

Commit

Permalink
Update scraper requirement from 0.20 to 0.21
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.20.0...v0.21.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent 30c0400 commit edaf3e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ log.workspace = true
opml.workspace = true
rayon = "1.5"
ring.workspace = true
scraper = "0.20"
scraper = "0.21"
serde.workspace = true
serde_json.workspace = true
sha2.workspace = true
Expand Down

0 comments on commit edaf3e4

Please sign in to comment.