summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-03-19 20:58:03 +0100
committerLaurenz <laurmaedje@gmail.com>2023-03-19 20:58:03 +0100
commitd6aaae0cea1e79eecd85dc94ab85b9ad8eff48e8 (patch)
tree293903b0dfff31dd339cc7385d52a7e7ff3f6060 /Cargo.toml
parent0ba99ab8aa523645e2f0a0d9f6333ad4e48f5daa (diff)
Fix font embedding bugs
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 9f693e83..f12f906f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -31,7 +31,7 @@ roxmltree = "0.14"
rustybuzz = "0.5"
serde = { version = "1", features = ["derive"] }
siphasher = "0.3"
-subsetter = "0.1"
+subsetter = "0.1.1"
svg2pdf = "0.4"
thin-vec = "0.2"
tiny-skia = "0.6.2"