Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ markup5ever_rcdom = "0.39"
# pinned libpdfium for the target and embeds it in the binary (materialised to a
# cache dir on first use), so `cargo install sucher` is self-contained; poppler
# remains the fallback when embedding is skipped.
pdfium-render = "0.8.37"
pdfium-render = "0.9.3"
# Data files (ADR 0016). DuckDB reads Parquet, JSONL and native DuckDB databases;
# its Parquet/JSON readers are statically linked via the `parquet`/`json` features
# (NOT loadable extensions), so they work with zero network. `bundled` compiles
Expand Down
Loading