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"