summaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-09-14 14:42:54 +0200
committerLaurenz <laurmaedje@gmail.com>2023-09-14 14:43:11 +0200
commitf15b81e9a702be791d72d115cf8696020748cd7b (patch)
tree66facfd77dbb0db94de4563ce14508f5e0215e42 /crates
parent9036444c8ce287141f716c4266d5db48b226c7f2 (diff)
Bump svg2pdf
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 a91c117e..e34281e3 100644
--- a/crates/typst/Cargo.toml
+++ b/crates/typst/Cargo.toml
@@ -41,7 +41,7 @@ rustybuzz = "0.7"
serde = { version = "1.0.184", features = ["derive"] }
siphasher = "0.3"
subsetter = "0.1.1"
-svg2pdf = "0.7"
+svg2pdf = "0.7.1"
tiny-skia = "0.10.0"
toml = { version = "0.8", default-features = false, features = ["parse"] }
tracing = "0.1.37"