summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2022-09-30 11:22:45 +0200
committerLaurenz <laurmaedje@gmail.com>2022-09-30 11:23:09 +0200
commit7ef6cb31df0fe1ebec99b1077053a586a349f530 (patch)
treec4527c31521859bcb9c8ca5eafb14e6efb613bb0 /Cargo.toml
parent9db89b376da33f99867ca511fe701e067432196d (diff)
Bump ttf-parser
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 79ec772c..aa63a4a7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -24,7 +24,7 @@ comemo = { git = "https://github.com/typst/comemo" }
# Text and font handling
hypher = "0.1"
kurbo = "0.8"
-ttf-parser = "0.15"
+ttf-parser = "0.17"
rustybuzz = "0.5"
unicode-bidi = "0.3.5"
unicode-segmentation = "1"