From 963dcaf28ef678998d5e70a884254bcceaea0e6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2026 17:07:36 +0000 Subject: [PATCH] chore(deps): bump lopdf from 0.43.0 to 0.44.0 Bumps [lopdf](https://github.com/J-F-Liu/lopdf) from 0.43.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](https://github.com/J-F-Liu/lopdf/compare/v0.43.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] --- Cargo.lock | 5 ++--- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 56a67125..7a2229f2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2750,9 +2750,9 @@ dependencies = [ [[package]] name = "lopdf" -version = "0.43.0" +version = "0.44.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e7407d2ac60a10b2084e208586cb8a556937ee52e221a1796fbd43b66cd96788" +checksum = "5e2ec995d822e05cabc3f06d196ee43650af3fe4fe38012cacb35e0c3d113b68" dependencies = [ "aes", "bitflags 2.13.0", @@ -2775,7 +2775,6 @@ dependencies = [ "stringprep", "thiserror", "time", - "ttf-parser", "weezl 0.2.1", ] diff --git a/Cargo.toml b/Cargo.toml index d65ac13e..def9d345 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ chrono = "0.4" clap = { version = "4.5", features = ["derive"] } crossterm = "0.29" image = { version = "0.25", default-features = false, features = ["png", "jpeg", "gif", "webp", "bmp", "tiff"] } -lopdf = "0.43" +lopdf = "0.44" mockito = "1" pretty_assertions = "1.4" rayon = "1.11"