summaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-10-24 15:23:04 +0200
committerLaurenz <laurmaedje@gmail.com>2023-10-24 15:23:04 +0200
commita7fbe5151e3feed933a6f66ed946e8e9ed30795a (patch)
tree27447eff374a1fe533f60aefe10dce1e49cc7163 /crates
parent69191b6b20f2411524a6d65437cc947c27ce7889 (diff)
Bump pdf-writer
Fixes #2397
Diffstat (limited to 'crates')
-rw-r--r--crates/typst/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/typst/Cargo.toml b/crates/typst/Cargo.toml
index 7df455d7..1ac00d4b 100644
--- a/crates/typst/Cargo.toml
+++ b/crates/typst/Cargo.toml
@@ -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"