Skip to content
Snippets Groups Projects

Enable scraper's atomic feature so that Html is Send.

Merged Adam Reichold requested to merge OC000014987132/metadaten:atomic-scraper into main
All threads resolved!
+ 1
1
@@ -32,7 +32,7 @@ poppler-rs = { version = "0.23", features = ["v22_2"] }
quick-xml = { version = "0.31", features = ["serialize", "overlapped-lists"] }
regex = { workspace = true }
reqwest = { workspace = true }
scraper = { version = "0.19", default-features = false }
scraper = { version = "0.19", default-features = false, features = ["atomic"] }
serde = { workspace = true }
serde-roxmltree = { workspace = true }
serde_json = { workspace = true }
Loading