Compare commits

..

1 commit

Author SHA1 Message Date
Renovate
8b8e00ad53 fix(deps): update rust crate image to v0.25.8
All checks were successful
Build and test / Tests (pull_request) Successful in 40s
Build and test / Clippy (pull_request) Successful in 42s
Checking yaml / Run yamllint (pull_request) Successful in 5s
Build and test / Build AMD64 (pull_request) Successful in 51s
Checking Renovate configuration / validate (pull_request) Successful in 1m25s
Build and test / Generate Documentation (pull_request) Successful in 1m13s
2025-10-09 19:17:38 +11:00
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

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

View file

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