Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and taiki-e committed Aug 5, 2024
1 parent 74d6fb8 commit 6de3b70
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 @@ -42,7 +42,7 @@ http-types = "2"
hyper = { version = "1.0", default-features = false, features = ["client", "http1", "server"] }
macro_rules_attribute = "0.2.0"
native-tls = "0.2"
scraper = "0.19"
scraper = "0.20"
signal-hook = "0.3"
smol-hyper = "0.1.0"
smol-macros = "0.1.0"
Expand Down

0 comments on commit 6de3b70

Please sign in to comment.