Skip to content

Commit b994484

Browse files
dependabot[bot]Ralph Küpper
andauthored
deps(deps): bump printpdf from 0.9.1 to 0.10.1 (#7412)
Bumps [printpdf](https://github.com/fschutt/printpdf) from 0.9.1 to 0.10.1. - [Release notes](https://github.com/fschutt/printpdf/releases) - [Changelog](https://github.com/fschutt/printpdf/blob/master/CHANGELOG.md) - [Commits](https://github.com/fschutt/printpdf/commits/v0.10.1) --- updated-dependencies: - dependency-name: printpdf dependency-version: 0.10.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ralph Küpper <ralph@skelpo.com>
1 parent 9f49444 commit b994484

2 files changed

Lines changed: 7 additions & 32 deletions

File tree

Cargo.lock

Lines changed: 6 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/perry-ext-pdf/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ perry-ffi.workspace = true
1717
# Pure-Rust PDF writer. `default-features = false` drops the heavy
1818
# `html` feature (azul-layout, kuchiki, …) — for the v1 surface we
1919
# only need core text + line drawing, which lives in the base crate.
20-
printpdf = { version = "0.9", default-features = false }
20+
printpdf = { version = "0.10", default-features = false }
2121

2222
[dev-dependencies]
2323
perry-ffi = { workspace = true, features = ["runtime-link"] }

0 commit comments

Comments
 (0)