summaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-07-21 23:58:00 +0200
committerLaurenz <laurmaedje@gmail.com>2023-07-21 23:58:00 +0200
commitb2e58f72072b103d2800b2524f324938c9745942 (patch)
tree0effa7ec46e16aee1306a61fa5f36ce75b3de6ab /crates
parent51a21403ba2e8ced2aeb6a80996d9247f0b7ffd0 (diff)
Bump svg2pdf
Co-Authored-By: Laurenz Stampfl <47084093+LaurenzV@users.noreply.github.com>
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 2e2f83f8..1f19bf50 100644
--- a/crates/typst/Cargo.toml
+++ b/crates/typst/Cargo.toml
@@ -40,7 +40,7 @@ rustybuzz = "0.7"
serde = { version = "1", features = ["derive"] }
siphasher = "0.3"
subsetter = "0.1.1"
-svg2pdf = { git = "https://github.com/typst/svg2pdf" }
+svg2pdf = { git = "https://github.com/typst/svg2pdf", rev = "14eb3eb5" }
tiny-skia = "0.9.0"
toml = { version = "0.7.3", default-features = false, features = ["parse"] }
tracing = "0.1.37"