From cfb93319bdd5a704ad5c1b9b026200fcd5f20f82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 22:15:01 +0000 Subject: [PATCH] build(deps): bump lopdf from 0.38.0 to 0.39.0 Bumps [lopdf](https://github.com/J-F-Liu/lopdf) from 0.38.0 to 0.39.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.38.0...v0.39.0) --- updated-dependencies: - dependency-name: lopdf dependency-version: 0.39.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 32 ++++++++++++++++++++++++++++++-- Cargo.toml | 2 +- 2 files changed, 31 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 96833df..ef7f218 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1196,6 +1196,34 @@ name = "lopdf" version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c7184fdea2bc3cd272a1acec4030c321a8f9875e877b3f92a53f2f6033fdc289" +dependencies = [ + "aes", + "bitflags 2.10.0", + "cbc", + "ecb", + "encoding_rs", + "flate2", + "getrandom", + "indexmap", + "itoa", + "log", + "md-5", + "nom 8.0.0", + "nom_locate", + "rand", + "rangemap", + "sha2", + "stringprep", + "thiserror 2.0.18", + "ttf-parser", + "weezl", +] + +[[package]] +name = "lopdf" +version = "0.39.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f560f57dfb9142a02d673e137622fd515d4231e51feb8b4af28d92647d83f35b" dependencies = [ "aes", "bitflags 2.10.0", @@ -1334,7 +1362,7 @@ dependencies = [ "kamadak-exif", "leptess", "lofty", - "lopdf", + "lopdf 0.39.0", "miette", "mq-markdown", "pdf-extract", @@ -1499,7 +1527,7 @@ dependencies = [ "encoding_rs", "euclid", "log", - "lopdf", + "lopdf 0.38.0", "postscript", "type1-encoding-parser", "unicode-normalization", diff --git a/Cargo.toml b/Cargo.toml index 1e361f9..b4a99ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -73,7 +73,7 @@ image = {version = "0.25", optional = true, default-features = false, features = kamadak-exif = {version = "0.6", optional = true} leptess = {version = "0.14", optional = true} lofty = {version = "0.23", optional = true} -lopdf = {version = "0.38", optional = true} +lopdf = {version = "0.39", optional = true} mq-markdown = {version = "0.5.20", optional = true, features = ["html-to-markdown"]} pdf-extract = {version = "0.10", optional = true} quick-xml = {version = "0.39", optional = true}