Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 20, 2025

Bumps printpdf from 0.7.0 to 0.8.2.

Changelog

Sourced from printpdf's changelog.

Changelog

0.5.2

  • enable all features on docs.rs

0.5.0

  • added Svg class to directly add SVG files to the PDF and instantiate them on the page
  • remove embedded_images feature from default features
  • change default PDF conformance to not embed an entire ICC color profile in the PDF (save on file size)

0.4.1

  • added PdfDocument::save_to_bytes() to save the PDF document directly to a Vec<u8> (see #101)

0.4.0

  • no actual changes, just a re-release of 0.3.4 to fix semver breakage

0.3.4

  • Added bookmarks and clipping path support
  • Breaking: PDFConformance default changed to not require XMP Metadata and embedded ICC profile by default

0.3.1

  • Fix issue with Fonts on iOS and macOS
  • Updated dependencies

0.3.0

  • Upgrade rusttype to 0.8.2 (breaks semver for non-edition = "2019" compilers, hence the new version)
  • Upgrade time to 0.2.1
  • Added PdfDocument::empty

0.2.12

  • Upgrade image to 0.22

0.2.11

  • Update lopdf, fixes #27

0.2.10

  • Upgraded image to 0.20
  • Added ColorType::Palette for indexed colors
  • Creating an image from a Dynamic image can't fail, so no Result is returned

... (truncated)

Commits
  • e32651e Fix glyph width being encoded even if glyph parsing fails
  • 0807f7d Fix shaping example
  • ac411a8 First attempt at fixing line breaking
  • 47870f4 Debug shape example
  • 2352c47 Fix CI
  • ce7308e Merge pull request #210 from tagawa0525/fix_README
  • 4b45332 Merge branch 'fschutt:master' into fix_README
  • 4564cf3 Fix README: Font section
  • 82c58d3 Fix shaping tests
  • 2723575 Fix shaping + example
  • Additional commits viewable in compare view

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 @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 20, 2025

Labels

The following labels could not be found: automerge, dependencies:backend. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 20, 2025

The reviewers field in the dependabot.yml file will be removed soon. Please use the code owners file to specify reviewers for Dependabot PRs. For more information, see this blog post.

@dependabot dependabot bot requested a review from grok-rs July 20, 2025 22:18
@dependabot dependabot bot force-pushed the dependabot/cargo/src-tauri/printpdf-0.8.2 branch from a7dc5b4 to 68c9323 Compare July 21, 2025 08:13
Bumps [printpdf](https://github.com/fschutt/printpdf) from 0.7.0 to 0.8.2.
- [Release notes](https://github.com/fschutt/printpdf/releases)
- [Changelog](https://github.com/fschutt/printpdf/blob/master/CHANGELOG.md)
- [Commits](fschutt/printpdf@0.7.0...0.8.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@grok-rs grok-rs force-pushed the dependabot/cargo/src-tauri/printpdf-0.8.2 branch from 68c9323 to 7e94f33 Compare October 20, 2025 14:57
@grok-rs grok-rs closed this Oct 20, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 20, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/cargo/src-tauri/printpdf-0.8.2 branch October 20, 2025 16:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant