fix(deps): update rust crate pdf-writer to 0.14.0
All checks were successful
Build and test / Generate Documentation (pull_request) Successful in 46s
Build and test / Clippy (pull_request) Successful in 35s
Checking Renovate configuration / validate (pull_request) Successful in 1m11s
Build and test / Tests (pull_request) Successful in 45s
Checking yaml / Run yamllint (pull_request) Successful in 4s
Build and test / Build AMD64 (pull_request) Successful in 49s

This commit is contained in:
Renovate 2025-10-09 19:17:42 +11:00
parent 0b576d3a43
commit 7e1781e111
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -1038,9 +1038,9 @@ dependencies = [
[[package]] [[package]]
name = "pdf-writer" name = "pdf-writer"
version = "0.12.0" version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be17f48d7fbbd22c6efedb58af5d409aa578e407f40b29a0bcb4e66ed84c5c98" checksum = "92a79477295a713c2ed425aa82a8b5d20cec3fdee203706cbe6f3854880c1c81"
dependencies = [ dependencies = [
"bitflags 2.6.0", "bitflags 2.6.0",
"itoa", "itoa",

View file

@ -10,7 +10,7 @@ dialoguer = "0.12.0"
image = "0.25.2" image = "0.25.2"
indicatif = "0.18.0" indicatif = "0.18.0"
log = "0.4.22" log = "0.4.22"
pdf-writer = "0.12.0" pdf-writer = "0.14.0"
pretty_env_logger = "0.5.0" pretty_env_logger = "0.5.0"
rayon = "1.10.0" rayon = "1.10.0"
tabled = "0.16.0" tabled = "0.16.0"