Skip to content

Commit 4fa81e7

Browse files
dependabot[bot]pratyush618
authored andcommitted
chore(deps): update scraper requirement from 0.22 to 0.26
Updates the requirements on [scraper](https://github.com/rust-scraper/scraper) to permit the latest version. - [Release notes](https://github.com/rust-scraper/scraper/releases) - [Commits](rust-scraper/scraper@v0.22.0...v0.26.0) --- updated-dependencies: - dependency-name: scraper dependency-version: 0.26.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d59dab8 commit 4fa81e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/paperjam-html/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ description = "HTML document processing for the paperjam ecosystem"
88

99
[dependencies]
1010
paperjam-model = { path = "../paperjam-model" }
11-
scraper = "0.22"
11+
scraper = "0.26"
1212
thiserror = { workspace = true }
1313
base64 = "0.22"

0 commit comments

Comments
 (0)