Skip to content

Commit 23bc2b5

Browse files
Update scraper requirement from 0.23 to 0.24
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.23.0...v0.24.0) --- updated-dependencies: - dependency-name: scraper dependency-version: 0.24.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4d56877 commit 23bc2b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ mime = "0.3.17"
2222
opml.workspace = true
2323
rayon = "1.5"
2424
ring.workspace = true
25-
scraper = "0.23"
25+
scraper = "0.24"
2626
serde.workspace = true
2727
serde_json.workspace = true
2828
sha2.workspace = true

0 commit comments

Comments
 (0)