Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump lopdf from 0.32.0 to 0.34.0 #75

Merged
merged 2 commits into from
Sep 28, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 27, 2024

Bumps lopdf from 0.32.0 to 0.34.0.

Release notes

Sourced from lopdf's releases.

0.34.0

See CHANGLOG.md for details. Thanks a lot for new contributers: Heinenen, dkaluza, jrmuizel

Changelog

Sourced from lopdf's changelog.

v0.34.0 (2024-08-31)

Add

  • Add ASCII85 decoding (#317)
  • Add text extraction based on ToUnicode cmap (#314)
  • Add error handling to object stream (#299)
  • Add PDFDocEncoding (#296)

Cleanup

  • Cleanup comments and cargo fmt (#290)

Detect

  • Detect reference cycles when going through trailers (#308)
  • Detect reference cycles when parsing streams (with nom_parser) (#300)
  • Detect reference cycles when collecting page resources (#298)

Fix

  • Fix unicode fonts extraction in extract text example. (#315)
  • Fix clippy warings

Implement

  • Implement encoding and decoding of text strings (PDF1.7 section 7.9.2.2) (#297)

Improve

  • Improve error handling (#307)

Refactor

  • Refactor get_or_create_resources() (#291)

Release

  • Release 0.34

Replace

  • Replace unwrap with returning error (#310)
  • Replace LinkedHashMap with IndexMap (#293)

Update

  • Update dependencies (#309)
  • Update readme of pdfutil (#295)

... (truncated)

Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

@dependabot dependabot bot added the dependencies Related to dependencies label Sep 27, 2024
Bumps [lopdf](https://github.com/J-F-Liu/lopdf) from 0.32.0 to 0.34.0.
- [Release notes](https://github.com/J-F-Liu/lopdf/releases)
- [Changelog](https://github.com/J-F-Liu/lopdf/blob/master/CHANGELOG.md)
- [Commits](https://github.com/J-F-Liu/lopdf/commits/v0.34.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/lopdf-0.34.0 branch from 1aa13c4 to e2f1fb0 Compare September 28, 2024 08:38
@jeertmans jeertmans merged commit c3ea11a into main Sep 28, 2024
5 checks passed
@jeertmans jeertmans deleted the dependabot/cargo/lopdf-0.34.0 branch September 28, 2024 09:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Related to dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant