Skip to content

Commit

Permalink
build(deps): update scraper requirement from 0.18.1 to 0.19.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.19.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 4, 2024
1 parent cad9f06 commit b00b51a
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 @@ -62,7 +62,7 @@ hex = "0.4.3"
sha2 = "0.10.8"
env_logger = "0.10.0"
csv = "1.3.0"
scraper = "0.18.1"
scraper = "0.19.0"
regex = "1.10.2"
redis = { version = "0.23.3", features = ["tokio-comp", "tokio-rustls-comp"]}
redis-macros = { version = "0.2.1"}
Expand Down

0 comments on commit b00b51a

Please sign in to comment.