Bump pdf-writer

Fixes #2397
This commit is contained in:
Laurenz 2023-10-24 15:23:04 +02:00
parent 69191b6b20
commit a7fbe5151e
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1670,9 +1670,9 @@ dependencies = [
[[package]]
name = "pdf-writer"
version = "0.9.0"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4b651409cd03bf702052d7491f08d27fbd6b25f96dc8b9b873ada7d0b3342b8d"
checksum = "690874e8cf95d36ddffbdbdaad6ef8714c88bf8085996b673559389a04e38a02"
dependencies = [
"bitflags 1.3.2",
"itoa",

View File

@ -31,7 +31,7 @@ kurbo = "0.9"
log = "0.4"
miniz_oxide = "0.7"
once_cell = "1"
pdf-writer = "0.9"
pdf-writer = "0.9.1"
pixglyph = "0.2"
palette = { version = "0.7.3", default-features = false, features = ["approx", "libm"] }
regex = "1"