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

update: bump lopdf from 0.31.0 to 0.34.0 #728

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 10, 2024

Bumps lopdf from 0.31.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

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Dec 10, 2024
Copy link

codecov bot commented Dec 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 27.50%. Comparing base (b12fffd) to head (8c3237f).
Report is 35 commits behind head on main.

❗ There is a different number of reports uploaded between BASE (b12fffd) and HEAD (8c3237f). Click for more details.

HEAD has 36 uploads less than BASE
Flag BASE (b12fffd) HEAD (8c3237f)
39 3
Additional details and impacted files
@@             Coverage Diff             @@
##             main     #728       +/-   ##
===========================================
- Coverage   80.08%   27.50%   -52.59%     
===========================================
  Files         118      114        -4     
  Lines       31285    23165     -8120     
===========================================
- Hits        25056     6371    -18685     
- Misses       6229    16794    +10565     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dependabot dependabot bot force-pushed the dependabot/cargo/lopdf-0.34.0 branch 8 times, most recently from cbcd330 to 6dc70fb Compare December 11, 2024 20:35
@scouten-adobe
Copy link
Collaborator

@dyro when you have a chance, could you look at the test failures with this upgrade?

@dependabot dependabot bot force-pushed the dependabot/cargo/lopdf-0.34.0 branch 3 times, most recently from b47b1ec to f0c22af Compare December 11, 2024 23:31
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 11, 2024

Dependabot can't resolve your Rust dependency files. Because of this, Dependabot cannot update this pull request.

@dependabot dependabot bot force-pushed the dependabot/cargo/lopdf-0.34.0 branch from f0c22af to 3a9314e Compare December 11, 2024 23:55
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 12, 2024

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@scouten-adobe
Copy link
Collaborator

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/cargo/lopdf-0.34.0 branch 2 times, most recently from 6ab65c7 to ab685db Compare December 19, 2024 17:48
@dependabot dependabot bot force-pushed the dependabot/cargo/lopdf-0.34.0 branch from ab685db to 2e014fe Compare December 20, 2024 01:43
Bumps [lopdf](https://github.com/J-F-Liu/lopdf) from 0.31.0 to 0.34.0.
- [Release notes](https://github.com/J-F-Liu/lopdf/releases)
- [Changelog](https://github.com/J-F-Liu/lopdf/blob/main/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] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/lopdf-0.34.0 branch from 2e014fe to 8c3237f Compare January 3, 2025 19:14
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 20, 2025

Superseded by #863.

@dependabot dependabot bot closed this Jan 20, 2025
@dependabot dependabot bot deleted the dependabot/cargo/lopdf-0.34.0 branch January 20, 2025 09:48
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.

2 participants