chore(cargo)(deps): bump lopdf from 0.42.0 to 0.44.0 in /src-tauri#282
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(cargo)(deps): bump lopdf from 0.42.0 to 0.44.0 in /src-tauri#282dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Collaborator
|
@dependabot rebase |
Bumps [lopdf](https://github.com/J-F-Liu/lopdf) from 0.42.0 to 0.44.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.42.0...v0.44.0) --- updated-dependencies: - dependency-name: lopdf dependency-version: 0.44.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/cargo/src-tauri/lopdf-0.44.0
branch
from
July 17, 2026 23:10
1a4cee4 to
3f7df12
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps lopdf from 0.42.0 to 0.44.0.
Release notes
Sourced from lopdf's releases.
Changelog
Sourced from lopdf's changelog.
Commits
8c454ddrelease v0.44.0 (#524)27a896bfeat(writer): support incremental save of encrypted documents (#522)54742e0fix(writer): reject incremental save of encrypted documents (#521)29435abFix Document::get_toc() dropping entries when outline titles repeat (#517)05072cbfeat: bound text extraction against decompression bombs54018f6feat: bound load-time decompression via LoadOptions.max_decompressed_sizeabe5ad5feat(object): bound stream decompression to guard against bombs89a6ef4test: add tests demonstrating unbounded stream decompression78717ecCI skip performance test1e89efarefactor(document): makeDocument::get_page_contentreturnVec\<u8>since ...