summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAna Gelez <ana@gelez.xyz>2024-04-17 17:11:20 +0200
committerGitHub <noreply@github.com>2024-04-17 15:11:20 +0000
commit21c78abd6eecd0f6b3208405c7513be3bbd8991c (patch)
treefe960daf42372202ed37138c6a12ad80711f757e /Cargo.toml
parent4c99d6c8b38c23222fabf2465dbc030d08b6283f (diff)
Emojis in PDF (#3853)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index cf005048..a8942094 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -73,7 +73,7 @@ oxipng = { version = "9.0", default-features = false, features = ["filetime", "p
palette = { version = "0.7.3", default-features = false, features = ["approx", "libm"] }
parking_lot = "0.12.1"
pathdiff = "0.2"
-pdf-writer = "0.9.2"
+pdf-writer = "0.9.3"
phf = { version = "0.11", features = ["macros"] }
pixglyph = "0.3"
png = "0.17"