Skip to content
This repository was archived by the owner on Mar 16, 2025. It is now read-only.

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 16, 2025

Updates the requirements on lopdf to permit the latest version.

Changelog

Sourced from lopdf's changelog.

v0.36.0 (2025-03-15)

Add

  • Add support for Revision 5 (#401)
  • Add more checks to the encryption/decryption logic (#399)
  • Add sanity checks for PDF encryption, add examples for decrypting/encrypting PDF files and various bug fixes (#397)
  • Add encrypt function to crypt filters
  • Add support for jiff and make both chrono and time optional features

Avoid

  • Avoid parsing encrypted object streams early and correctly parse object streams upon decryption (#385)
  • Avoid decrypting cross-reference streams (#381)

Check

  • Check if the security handler is the standard one

Clarify

  • Clarify datetime parsing logic using the PDF specification

Compute

  • Compute the file encryption key (revision 6)

Declare

  • Declare and implement crypt filters

Ensure

  • Ensure the document is actually encrypted

Fix

  • Fix unused imports
  • Fix warning for rotate example
  • Fix warnings about nom_parser
  • Fix clippy warning about operator precedence
  • Fix typo in comment

Gracefully

  • Gracefully handle the is_aes check without throwing errors (#376)

Handle

  • Handle cases where the stream objects override the crypt filter

... (truncated)

Commits

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)

Updates the requirements on [lopdf](https://github.com/J-F-Liu/lopdf) to permit the latest version.
- [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)

---
updated-dependencies:
- dependency-name: lopdf
  dependency-type: direct:production
...

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 Mar 16, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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.

1 participant