summaryrefslogtreecommitdiff
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
parent69191b6b20f2411524a6d65437cc947c27ce7889 (diff)
Bump pdf-writer
Fixes #2397
-rw-r--r--Cargo.lock4
-rw-r--r--crates/typst/Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index b8432b39..cebdd750 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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",
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"