Skip to content

chore(deps): bump lopdf from 0.38.0 to 0.40.0#22

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/lopdf-0.40.0
Open

chore(deps): bump lopdf from 0.38.0 to 0.40.0#22
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/lopdf-0.40.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 13, 2026

Bumps lopdf from 0.38.0 to 0.40.0.

Release notes

Sourced from lopdf's releases.

0.39.0

What's Changed

Improvements

Fixes

Thanks a lot to the new contributors:

Changelog

Sourced from lopdf's changelog.

[Unreleased]

Add

  • Add LoadOptions struct with password, filter, and strict fields for extensible loading configuration
  • Add load_with_options, load_from_with_options, and load_mem_with_options methods (sync + async)
  • Add support for the ', ", and T* text-showing operators in extract_text / extract_text_chunks (PDF 1.7 §9.4.2-3). Previously these operators fell through the silent-drop arm, losing their associated text content.
  • Add creator::tests::create_document_with_operations helper for tests that need to exercise specific content-stream operators not produced by create_document_with_texts.

Deprecate

  • Deprecate load_filtered, load_from_with_password, load_mem_with_password in favor of _with_options variants

Commits
  • 855e569 Release 0.40
  • 845cd3d fix(cmap): bounds-check ArrayOfHexStrings index in bfrange lookup
  • 087d3bc return Option via ok() instead of unwrap() for decode_text_string
  • dec5ec6 fix: fails to decode PDFDocEncoding-encoded Strings in metadata
  • caf963e fix: fall back to raw deflate when zlib checksum fails in encrypted PDFs
  • 1afbb11 fix: skip leading whitespace when parsing objects in ObjStm
  • dc2887a update src/reader to make clippy happy
  • 3bc6a52 fix(reader): fall back to keeping ObjStm objects not tracked by xref
  • 7ca36d7 fix(reader): use xref to resolve conflicting ObjStm entries in linearized PDFs
  • 504f09e examples: Fix slice out of bounds panic
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [lopdf](https://github.com/J-F-Liu/lopdf) from 0.38.0 to 0.40.0.
- [Release notes](https://github.com/J-F-Liu/lopdf/releases)
- [Changelog](https://github.com/J-F-Liu/lopdf/blob/main/CHANGELOG.md)
- [Commits](J-F-Liu/lopdf@v0.38.0...v0.40.0)

---
updated-dependencies:
- dependency-name: lopdf
  dependency-version: 0.40.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels May 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants