From b6abcd0679aff206bc1ba18cc372080a01165aa7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 17:30:02 +0000 Subject: [PATCH] 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](https://github.com/rust-scraper/scraper/compare/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] --- crates/paperjam-html/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/paperjam-html/Cargo.toml b/crates/paperjam-html/Cargo.toml index 6543d0c..deb8964 100644 --- a/crates/paperjam-html/Cargo.toml +++ b/crates/paperjam-html/Cargo.toml @@ -8,6 +8,6 @@ description = "HTML document processing for the paperjam ecosystem" [dependencies] paperjam-model = { path = "../paperjam-model" } -scraper = "0.22" +scraper = "0.26" thiserror = { workspace = true } base64 = "0.22"