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.18.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 11, 2024
1 parent 827b4f8 commit 5651e66
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 @@ -27,7 +27,7 @@ miette = "7.1.0"
prodash = "28.0.0"
oxiri = { version = "0.2.2", features = ["serde"] }
ratatui = "0.26"
scraper = "0.18.1"
scraper = "0.19.0"
serde = { version = "^1.0.99" }
serde_json = { version = "1" }
thiserror = "1.0.57"
Expand Down

0 comments on commit 5651e66

Please sign in to comment.